-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
add java 24 support in java installer for trino #12963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 20m 42s ⏱️ Results for commit c300829. ♻️ This comment has been updated with latest results. |
alexrashed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice and clean! 💯
I think we should generally start upgrading the Java version of basically all our backends. This here is a great start, and will pave the way for an upgrade of the backend of Athena! ⬆️
Motivation
This PR adds support for Java version 24, which is required for upgrading Trino server from version 389 to 476. Additionally, this PR refactors the module installation commands to improve code maintainability and readability.
Changes
24jdk.incubator.vectorjava module for java 24 for trinoTesting
prowhich was tested locally.