[CI][Java] Remove excluded unstable tests when building java-jars.
- Dominant language
- Java
- Stars
- 94
- Forks
- 152
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 11
Description
### 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
Contributor guide
Research direction
Start by locating the java-jars build configuration that assembles exclude_tests and confirm the two exclusions are still present. Check whether Apache Arrow issue 36482 is resolved, then remove the arrow-acero-asof-join-node-test and arrow-acero-hash-join-node-test exclusions and verify the java-jars build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100