ORC-2112: Use Java 25 for Ubuntu 26.04 docker test - #2557
Closed
dongjoon-hyun wants to merge 1 commit into
Closed
Conversation
dongjoon-hyun
added a commit
that referenced
this pull request
Feb 25, 2026
### What changes were proposed in this pull request? This PR aims to use `Java 25` for `Ubuntu 26.04` docker test. ### Why are the changes needed? To have `Java 25` test coverage on `Ubuntu 26.04`. ### How was this patch tested? Pass the CIs. The image was published already. ```bash $ docker run -it --rm apache/orc-dev:ubuntu26 java --version openjdk 25.0.2 2026-01-20 OpenJDK Runtime Environment (build 25.0.2+10-Ubuntu-1) OpenJDK 64-Bit Server VM (build 25.0.2+10-Ubuntu-1, mixed mode, sharing) ``` ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity` Closes #2557 from dongjoon-hyun/ORC-2112. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 93b0997) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to main |
dongjoon-hyun
added a commit
to apache/spark
that referenced
this pull request
Mar 3, 2026
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.3.0 for Apache Spark 4.2.0. (This is a draft during the vote period of ORC 2.3.0 RC0) ### Why are the changes needed? Apache ORC 2.3.0 is the first release which is tested with Java 25. To bring the latest improved and bug fixed version. - https://github.com/apache/orc/milestone/50 - apache/orc#2555 - apache/orc#2557 Note that there is a known Java 25 issue, [JDK-8377811](https://bugs.openjdk.org/browse/JDK-8377811). - ORC-2116 Java 25 G1GC: Optional Evacuations may evacuate pinned objects ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #54481 from dongjoon-hyun/SPARK-55685. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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 were proposed in this pull request?
This PR aims to use
Java 25forUbuntu 26.04docker test.Why are the changes needed?
To have
Java 25test coverage onUbuntu 26.04.How was this patch tested?
Pass the CIs. The image was published already.
Was this patch authored or co-authored using generative AI tooling?
Generated-by:
Gemini 3.1 Pro (High)onAntigravity