[Java] Implement vector diff functionality
未关闭
Type: enhancement
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
In C++ side, we already have array diff functionality for vector equals and testing to make it easy to see differences between Arrays and reduce debugging time. And it’s better to do something similar in Java side for better testing facilities.
**Reporter**: [Ji Liu](https://issues.apache.org/jira/browse/ARROW-8019) / @tianchen92
**Note**: *This issue was originally created as [ARROW-8019](https://issues.apache.org/jira/browse/ARROW-8019). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
贡献指南
调研方向
首先定位现有的 C++ 数组差异功能,以及用于比较向量的 Java 测试工具。通过匹配向量相等性所暴露的差异来定义 Java 等效实现,然后添加或更新测试,以展示生成的诊断信息。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- testing
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100