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 6526293f50e8 [SPARK-53741][BUILD] Upgrade ORC to 2.2.1
6526293f50e8 is described below

commit 6526293f50e820bd92b43c6a5a34a47fb163d541
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Oct 1 10:49:15 2025 -0700

    [SPARK-53741][BUILD] Upgrade ORC to 2.2.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade ORC to 2.2.1.
    
    ### Why are the changes needed?
    
    To bring the latest bug fix version. Although we upgraded ORC Format 
independently, ORC 2.2.1 is the first official version with ORC Format 1.1.1.
    - https://orc.apache.org/news/2025/10/01/ORC-2.2.1/
    - https://github.com/apache/orc/milestone/51?closed=1
      - https://github.com/apache/orc/pull/2355
    
    ### Does this PR introduce _any_ user-facing change?
    
    No behavior change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #52478 from dongjoon-hyun/SPARK-53741.
    
    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 4e855737e9d9..2a6835971408 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -232,10 +232,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.0/shaded-protobuf/orc-core-2.2.0-shaded-protobuf.jar
+orc-core/2.2.1/shaded-protobuf/orc-core-2.2.1-shaded-protobuf.jar
 orc-format/1.1.1/shaded-protobuf/orc-format-1.1.1-shaded-protobuf.jar
-orc-mapreduce/2.2.0/shaded-protobuf/orc-mapreduce-2.2.0-shaded-protobuf.jar
-orc-shims/2.2.0//orc-shims-2.2.0.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
 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 0f7232a23a4a..7c6e492c54bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,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.0</orc.version>
+    <orc.version>2.2.1</orc.version>
     <orc.classifier>shaded-protobuf</orc.classifier>
     <jetty.version>11.0.26</jetty.version>
     <jakartaservlet.version>5.0.0</jakartaservlet.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to