Skip to content

Commit d38a409

Browse files
committed
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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 6465759 commit d38a409

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

java/bench/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<orc.version>${project.version}</orc.version>
4646
<parquet.version>1.17.0</parquet.version>
4747
<scala.binary.version>2.13</scala.binary.version>
48-
<scala.version>2.13.17</scala.version>
49-
<spark.version>4.1.1</spark.version>
48+
<scala.version>2.13.18</scala.version>
49+
<spark.version>4.2.0-preview2</spark.version>
5050
</properties>
5151

5252
<dependencyManagement>
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>io.netty</groupId>
9999
<artifactId>netty-all</artifactId>
100-
<version>4.1.110.Final</version>
100+
<version>4.2.10.Final</version>
101101
<scope>runtime</scope>
102102
</dependency>
103103
<dependency>

java/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@
292292
</dependencyManagement>
293293

294294
<repositories>
295+
<repository>
296+
<id>jitpack.io</id>
297+
<url>https://jitpack.io</url>
298+
</repository>
295299
<repository>
296300
<releases>
297301
<enabled>true</enabled>

0 commit comments

Comments
 (0)