Skip to content
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

Support Java 21 LTS #1498

Closed
dongjoon-hyun opened this issue May 16, 2023 · 5 comments
Closed

Support Java 21 LTS #1498

dongjoon-hyun opened this issue May 16, 2023 · 5 comments
Milestone

Comments

@dongjoon-hyun
Copy link
Member

Java 21 LTS GA is scheduled on 2023 September

@dongjoon-hyun dongjoon-hyun added this to the 2.0.0 milestone May 16, 2023
@dongjoon-hyun dongjoon-hyun changed the title Support Java 21 LTS Support Java 21 LTS May 16, 2023
@deshanxiao
Copy link
Contributor

JDK 21 is available on September 19th, could we start work on this part?

@dongjoon-hyun
Copy link
Member Author

Thank you for having interests in this domain.

Until now, we did the following and I'm waiting for Eclipse Temurin Java 21 release in order to upgrade GitHub Action job from 21-ea to the official 21 GA version.

ORC-1443: Enforce Java version
ORC-1426: Use Java `21-ea` instead of `20` in GitHub Action

Do you have something to do in your mind, @deshanxiao ?

@dongjoon-hyun
Copy link
Member Author

If you have something, feel free to start to create PRs. You're welcome. :)

@dongjoon-hyun
Copy link
Member Author

I checked JDK distributions Today once more and created #1620 .

@dongjoon-hyun
Copy link
Member Author

This is resolved via #1620

dongjoon-hyun added a commit to apache/spark that referenced this issue Mar 8, 2024
### What changes were proposed in this pull request?

This PR aims to Upgrade Apache ORC to 2.0.0 for Apache Spark 4.0.0.

Apache ORC community has 3-year support policy which is longer than Apache Spark. It's aligned like the following.
- Apache ORC 2.0.x <-> Apache Spark 4.0.x
- Apache ORC 1.9.x <-> Apache Spark 3.5.x
- Apache ORC 1.8.x <-> Apache Spark 3.4.x
- Apache ORC 1.7.x (Supported) <-> Apache Spark 3.3.x (End-Of-Support)

### Why are the changes needed?

**Release Note**
- https://github.com/apache/orc/releases/tag/v2.0.0

**Milestone**
- https://github.com/apache/orc/milestone/20?closed=1
  - apache/orc#1728
  - apache/orc#1801
  - apache/orc#1498
  - apache/orc#1627
  - apache/orc#1497
  - apache/orc#1509
  - apache/orc#1554
  - apache/orc#1708
  - apache/orc#1733
  - apache/orc#1760
  - apache/orc#1743

### 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 #45443 from dongjoon-hyun/SPARK-44115.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
sweisdb pushed a commit to sweisdb/spark that referenced this issue Apr 1, 2024
### What changes were proposed in this pull request?

This PR aims to Upgrade Apache ORC to 2.0.0 for Apache Spark 4.0.0.

Apache ORC community has 3-year support policy which is longer than Apache Spark. It's aligned like the following.
- Apache ORC 2.0.x <-> Apache Spark 4.0.x
- Apache ORC 1.9.x <-> Apache Spark 3.5.x
- Apache ORC 1.8.x <-> Apache Spark 3.4.x
- Apache ORC 1.7.x (Supported) <-> Apache Spark 3.3.x (End-Of-Support)

### Why are the changes needed?

**Release Note**
- https://github.com/apache/orc/releases/tag/v2.0.0

**Milestone**
- https://github.com/apache/orc/milestone/20?closed=1
  - apache/orc#1728
  - apache/orc#1801
  - apache/orc#1498
  - apache/orc#1627
  - apache/orc#1497
  - apache/orc#1509
  - apache/orc#1554
  - apache/orc#1708
  - apache/orc#1733
  - apache/orc#1760
  - apache/orc#1743

### 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 apache#45443 from dongjoon-hyun/SPARK-44115.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants