Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50852][INFRA] Add Java 21 Daily GitHub Action job for `branch-…
…4.0` ### What changes were proposed in this pull request? This PR aims to add `Java 21` Daily GitHub Action job for `branch-4.0`. ### Why are the changes needed? Like `build_java21.yml` on `master`, this PR provides Java 21 test coverage for `branch-4.0`. - https://github.com/apache/spark/actions/workflows/build_java21.yml Please note that this is added to `master` branch due to the GitHub Action cron feature requirements. ### Does this PR introduce _any_ user-facing change? No, this is an addition to test infra. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49530 from dongjoon-hyun/SPARK-50852. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information