This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new d631f0703a19 [SPARK-54900][BUILD][3.5] Upgrade `ORC` to 1.9.8
d631f0703a19 is described below
commit d631f0703a196af74527424f6b57dd05afbe74b2
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jan 8 22:33:39 2026 +0900
[SPARK-54900][BUILD][3.5] Upgrade `ORC` to 1.9.8
### What changes were proposed in this pull request?
This PR aims to update `ORC` to 1.9.8.
(Currently, this is a `Draft` status during 1.9.8 RC1 vote period).
### Why are the changes needed?
To depend on the latest maintenance version.
### 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 #53673 from dongjoon-hyun/SPARK-54900.
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 893f3e24aa65..b4d91a1b161c 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -212,9 +212,9 @@ 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/1.9.7/shaded-protobuf/orc-core-1.9.7-shaded-protobuf.jar
-orc-mapreduce/1.9.7/shaded-protobuf/orc-mapreduce-1.9.7-shaded-protobuf.jar
-orc-shims/1.9.7//orc-shims-1.9.7.jar
+orc-core/1.9.8/shaded-protobuf/orc-core-1.9.8-shaded-protobuf.jar
+orc-mapreduce/1.9.8/shaded-protobuf/orc-mapreduce-1.9.8-shaded-protobuf.jar
+orc-shims/1.9.8//orc-shims-1.9.8.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//paranamer-2.8.jar
diff --git a/pom.xml b/pom.xml
index 58d046b55e97..987467384a45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
<!-- After 10.15.1.3, the minimum required version is JDK9 -->
<derby.version>10.14.2.0</derby.version>
<parquet.version>1.13.1</parquet.version>
- <orc.version>1.9.7</orc.version>
+ <orc.version>1.9.8</orc.version>
<orc.classifier>shaded-protobuf</orc.classifier>
<jetty.version>9.4.58.v20250814</jetty.version>
<jakartaservlet.version>4.0.3</jakartaservlet.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]