Yikun commented on code in PR #38311:
URL: https://github.com/apache/spark/pull/38311#discussion_r999411599
##########
.github/workflows/build_and_test.yml:
##########
@@ -25,7 +25,7 @@ on:
java:
required: false
type: string
- default: 8
+ default: 8.0.345
Review Comment:
https://github.com/actions/setup-java/blob/main/src/distributions/zulu/installer.ts#L30-L45
Yes, we are using setup-java (zulu), and it find the latest java.
As we offline discussed, we could first to pin java8/java11/java17 to
specific version to recover CI.
--
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]