[Java] Implement splitAndTransfer for UnionVector
未关闭
Type: bug
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
This method was never implemented, and currently is a no op. We should at least do the naive "copy" version of the method.
**Reporter**: [Steven Phillips](https://issues.apache.org/jira/browse/ARROW-241) / @StevenMPhillips
**Note**: *This issue was originally created as [ARROW-241](https://issues.apache.org/jira/browse/ARROW-241). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
贡献指南
调研方向
首先定位 UnionVector.splitAndTransfer,并检查附近的向量传输实现,以了解预期的输入和输出。然后实现所请求的 naive copy 行为,并验证该方法是否传输了适当的值且保留了预期的向量状态;issue 中未指定具体的测试文件。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- data
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100