This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new d38a4092d ORC-2086: Upgrade Spark to 4.2.0-preview2 and Netty to
4.2.10.Final
d38a4092d is described below
commit d38a4092d63c133a7ae752326b6e588b4ed227b3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Feb 9 14:27:16 2026 -0800
ORC-2086: Upgrade Spark to 4.2.0-preview2 and Netty to 4.2.10.Final
### What changes were proposed in this pull request?
This PR aims to upgrade Spark to 4.2.0-preview2 and Netty to 4.2.10.Final.
- Spark from 4.1.1 to 4.2.0-preview2
- Scala from 2.13.17 to 2.13.18
And, although Spark 4.2.0-preview2 depends on Netty 4.2.9.Final. This PR
bumps Netty to 4.2.10.Final.
- apache/spark#54203
### Why are the changes needed?
To test with the upcoming Apache Spark 4.2.x
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3 Pro (High)` on `Antigravity`
Closes #2527 from dongjoon-hyun/ORC-2086.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/pom.xml | 6 +++---
java/pom.xml | 4 ++++
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index c300c5ad6..a87625580 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -45,8 +45,8 @@
<orc.version>${project.version}</orc.version>
<parquet.version>1.17.0</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
- <scala.version>2.13.17</scala.version>
- <spark.version>4.1.1</spark.version>
+ <scala.version>2.13.18</scala.version>
+ <spark.version>4.2.0-preview2</spark.version>
</properties>
<dependencyManagement>
@@ -97,7 +97,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.1.110.Final</version>
+ <version>4.2.10.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/java/pom.xml b/java/pom.xml
index 905000631..a51906341 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -292,6 +292,10 @@
</dependencyManagement>
<repositories>
+ <repository>
+ <id>jitpack.io</id>
+ <url>https://jitpack.io</url>
+ </repository>
<repository>
<releases>
<enabled>true</enabled>