[Java] Allow loading/unloading vectors without using FieldNodes
未关闭
Type: bug
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
The information stored in FieldNode structure is not strictly necessary for serializing/deserializing vectors. We should allow loading/unloading of vectors without it.
**Reporter**: [Steven Phillips](https://issues.apache.org/jira/browse/ARROW-792) / @StevenMPhillips
**Note**: *This issue was originally created as [ARROW-792](https://issues.apache.org/jira/browse/ARROW-792). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
贡献指南
调研方向
首先跟踪参与序列化和反序列化的 Java 向量加载和卸载路径,然后确定需要 FieldNode 数据的位置。当向量可以在不使用 FieldNode 结构的情况下加载和卸载,同时保留现有的序列化行为时,这项工作就完成了。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- data
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100