[CI][Java] Remove excluded unstable tests when building java-jars.
未关闭
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
### Describe the bug, including details regarding any error messages, version, and platform.
When we are builiding java-jars we are currently using the following exclusions:
```
exclude_tests="${exclude_tests}|arrow-acero-asof-join-node-test"
exclude_tests="${exclude_tests}|arrow-acero-hash-join-node-test"
```
We should remove those once: https://github.com/apache/arrow/issues/36482 is solved.
### Component(s)
Continuous Integration, Java
贡献指南
调研方向
首先定位组装 exclude_tests 的 java-jars 构建配置,并确认这两个排除项仍然存在。检查 Apache Arrow issue 36482 是否已解决,然后移除 arrow-acero-asof-join-node-test 和 arrow-acero-hash-join-node-test 排除项,并验证 java-jars 构建。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- ci-cd
- Issue 类型
- 重构
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100