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 5b6b8069acab [SPARK-55685][BUILD] Upgrade ORC to 2.3.0
5b6b8069acab is described below

commit 5b6b8069acabca6738374b7376b0380a7817b771
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 2 18:53:10 2026 -0800

    [SPARK-55685][BUILD] Upgrade ORC to 2.3.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade ORC to 2.3.0 for Apache Spark 4.2.0.
    (This is a draft during the vote period of ORC 2.3.0 RC0)
    
    ### Why are the changes needed?
    
    Apache ORC 2.3.0 is the first release which is tested with Java 25. To 
bring the latest improved and bug fixed version.
    - https://github.com/apache/orc/milestone/50
      - https://github.com/apache/orc/pull/2555
      - https://github.com/apache/orc/pull/2557
    
    Note that there is a known Java 25 issue, 
[JDK-8377811](https://bugs.openjdk.org/browse/JDK-8377811).
      - ORC-2116 Java 25 G1GC: Optional Evacuations may evacuate pinned objects
    
    ### 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 #54481 from dongjoon-hyun/SPARK-55685.
    
    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 16d11f292523..ee5d39fdd696 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -243,10 +243,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.2/shaded-protobuf/orc-core-2.2.2-shaded-protobuf.jar
+orc-core/2.3.0/shaded-protobuf/orc-core-2.3.0-shaded-protobuf.jar
 orc-format/1.1.1/shaded-protobuf/orc-format-1.1.1-shaded-protobuf.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
+orc-mapreduce/2.3.0/shaded-protobuf/orc-mapreduce-2.3.0-shaded-protobuf.jar
+orc-shims/2.3.0//orc-shims-2.3.0.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 b7b43ab03c8e..82c9e196968d 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.17.0</parquet.version>
-    <orc.version>2.2.2</orc.version>
+    <orc.version>2.3.0</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]

Reply via email to