[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