dongjoon-hyun commented on code in PR #51188:
URL: https://github.com/apache/spark/pull/51188#discussion_r2151255751
##########
.github/workflows/build_and_test.yml:
##########
@@ -919,6 +920,24 @@ jobs:
- name: R linter
run: ./dev/lint-r
+ java25:
+ needs: [precondition]
+ if: fromJson(needs.precondition.outputs.required).java25 == 'true'
+ name: Java 25 build with Maven
+ runs-on: ubuntu-latest
+ timeout-minutes: 120
+ steps:
+ - uses: actions/checkout@v4
+ - uses: actions/setup-java@v4
+ with:
+ distribution: zulu
+ java-version: 25-ea
+ - name: Build with Maven
Review Comment:
Ya, I didn't add `cache stage` to simply this interim job because this step
requires `install` also.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]