[GLUTEN-11867] Add JDK 25 build support#12012
Draft
Yao-MR wants to merge 1 commit intoapache:mainfrom
Draft
Conversation
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
055d4f4 to
aea7606
Compare
|
Run Gluten Clickhouse CI on x86 |
Member
|
Hi @Yao-MR, the patch looks in good shape already, are you planning to do more improvement on it? |
|
Run Gluten Clickhouse CI on x86 |
Contributor
Author
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.
What changes are proposed in this pull request?
Add JDK 25 build support for Gluten with Spark 4.0+ (Velox backend).
Key changes:
java-25Maven profile with the following configurations:scala.release.versionto21since Scala 2.13 does not support-release:25maven.compiler.source/targetto21to avoid Scala emit errors with target25spotless.versionto2.44.4andgooglejavaformat.versionto1.25.2spotless.check.skip=true) as spotless-maven-plugin 2.44.x is incompatible with JDK 25 due to internal API removal (com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.getDiagnostics())java-25to therequireActiveProfilerules for Spark 4.0 and 4.1 enforcer checksjava-25profile with compatible spotless and google-java-format versionsjava-25to the CI build matrix, excluded it from Spark 3.x builds and Ubuntu 20.04 (which lacks openjdk-25 packages)ISSUE : #11867
How was this patch tested?
Build completed successfully.
Was this patch authored or co-authored using generative AI tooling?