This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 5fed54b074b3 [SPARK-54979][BUILD] Upgrade ORC to 2.2.2
5fed54b074b3 is described below
commit 5fed54b074b3192ce7b843a95fa89795ddde7a41
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jan 12 14:44:58 2026 +0900
[SPARK-54979][BUILD] Upgrade ORC to 2.2.2
### What changes were proposed in this pull request?
This PR aims to upgrade ORC to 2.2.2.
### Why are the changes needed?
To use the latest bug fixed version.
- https://github.com/apache/orc/releases/tag/v2.2.2
- https://orc.apache.org/news/2026/01/11/ORC-2.2.2/
- https://repo1.maven.org/maven2/org/apache/orc/orc-core/2.2.2/
### 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 #53743 from dongjoon-hyun/SPARK-54979.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 6 +++---
pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 8ca21486235f..047924eb0436 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -242,10 +242,10 @@ opencsv/2.3//opencsv-2.3.jar
opentracing-api/0.33.0//opentracing-api-0.33.0.jar
opentracing-noop/0.33.0//opentracing-noop-0.33.0.jar
opentracing-util/0.33.0//opentracing-util-0.33.0.jar
-orc-core/2.2.1/shaded-protobuf/orc-core-2.2.1-shaded-protobuf.jar
+orc-core/2.2.2/shaded-protobuf/orc-core-2.2.2-shaded-protobuf.jar
orc-format/1.1.1/shaded-protobuf/orc-format-1.1.1-shaded-protobuf.jar
-orc-mapreduce/2.2.1/shaded-protobuf/orc-mapreduce-2.2.1-shaded-protobuf.jar
-orc-shims/2.2.1//orc-shims-2.2.1.jar
+orc-mapreduce/2.2.2/shaded-protobuf/orc-mapreduce-2.2.2-shaded-protobuf.jar
+orc-shims/2.2.2//orc-shims-2.2.2.jar
oro/2.0.8//oro-2.0.8.jar
osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
paranamer/2.8.3//paranamer-2.8.3.jar
diff --git a/pom.xml b/pom.xml
index 202985c4059a..630a72ee510a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<!-- After 10.17.1.0, the minimum required version is JDK19 -->
<derby.version>10.16.1.1</derby.version>
<parquet.version>1.16.0</parquet.version>
- <orc.version>2.2.1</orc.version>
+ <orc.version>2.2.2</orc.version>
<orc.classifier>shaded-protobuf</orc.classifier>
<jetty.version>12.1.5</jetty.version>
<jakartaservlet.version>6.0.0</jakartaservlet.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]