[Java] Improve testing of Dataset bindings
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
From https://github.com/apache/arrow/pull/13811
- We should ensure all types are tested
- We should organize tests in a way that Parquet, IPC, and eventually CSV/ORC can mostly share test code (save for perhaps skipping/overriding specific format-type pairs)
Incidentally: it may be good to incrementally port this module to JUnit5 and drop JUnit4
**Reporter**: [David Li](https://issues.apache.org/jira/browse/ARROW-17342) / @lidavidm
**Note**: *This issue was originally created as [ARROW-17342](https://issues.apache.org/jira/browse/ARROW-17342). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
贡献指南
调研方向
首先定位 Dataset bindings 的 Java 测试,并查看 Parquet 和 IPC 用例目前是如何组织的。检查所有类型的覆盖情况,然后评估测试如何在不同格式之间共享代码,包括可能的 CSV 和 ORC 用例;JUnit4 到 JUnit5 的迁移被列为次要考虑事项。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- testing
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100