[BUILD] Add Java 25 support and test Spark 4.2 with Java 25 - #7657
Open
pan3793 wants to merge 3 commits into
Open
[BUILD] Add Java 25 support and test Spark 4.2 with Java 25#7657pan3793 wants to merge 3 commits into
pan3793 wants to merge 3 commits into
Conversation
pan3793
commented
Aug 25, 2026
|
|
||
| test("kyuubi defined function - system_user/session_user") { | ||
| // TODO: re-enable this test on JDK 25 after upgrading Hadoop that includes | ||
| // HADOOP-19906 (3.4.4, 3.5.1, 3.6.0) |
Member
Author
There was a problem hiding this comment.
it's a known bug that waits for a new hadoop release
cxzl25
approved these changes
Aug 25, 2026
aajisaka
approved these changes
Aug 27, 2026
turboFei
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
Java 25 is the current LTS (released Sep 2025, Oracle Premier Support until
Sep 2030, Extended Support until Sep 2033). Kyuubi's JVM options are still
Java 21-era, so Kyuubi cannot run reliably on the new LTS.
Spark 4.2 supports and defaults to Java 25 (SPARK-51167 (4.2.0): Build and
Run Spark on Java 25). Aligning Kyuubi's runtime options with Spark 4.2 keeps
the gateway's behavior consistent with the engine it launches.
How was this patch tested?
No new tests: the change only adjusts JVM/CI configuration; the existing Spark
4.2 CI jobs exercise it.
Was this patch assisted by generative AI tooling?
Assisted-by: Codex:DeepSeek V4 Pro