[Java] Transfer validity buffer data word at a time (currently we do byte at a time)
未关闭
Type: enhancement
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
We should split and transfer validity buffer contents word at a time.
**Reporter**: [Siddharth Teotia](https://issues.apache.org/jira/browse/ARROW-1876) / @siddharthteotia
**Note**: *This issue was originally created as [ARROW-1876](https://issues.apache.org/jira/browse/ARROW-1876). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
贡献指南
调研方向
该 issue 要求 Java 实现按 word 而不是按 byte 对 validity-buffer 内容进行拆分和传输。首先找到 validity-buffer 传输的实现及其现有测试,然后验证在使用 word 大小的操作时传输行为仍然正确。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- performance
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100