This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new a264dccb0 ORC-1899: Upgrade Spark to 4.0.0 and Scala to 2.13.16
a264dccb0 is described below

commit a264dccb0ad146bba3af0a314c61e995d57f1006
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri May 23 09:36:39 2025 -0700

    ORC-1899: Upgrade Spark to 4.0.0 and Scala to 2.13.16
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Spark to 4.0.0 and Scala to 2.13.16.
    
    ### Why are the changes needed?
    
    To use the latest Apache Spark 4.0.0 instead of 4.0.0-preview2.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2230 from dongjoon-hyun/ORC-1899.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 1384bbd08719225b30f69aef1cff375427c7bc54)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/bench/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 3c7dde688..afd249b8a 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -40,8 +40,8 @@
     <orc.version>${project.version}</orc.version>
     <parquet.version>1.15.2</parquet.version>
     <scala.binary.version>2.13</scala.binary.version>
-    <scala.version>2.13.14</scala.version>
-    <spark.version>4.0.0-preview2</spark.version>
+    <scala.version>2.13.16</scala.version>
+    <spark.version>4.0.0</spark.version>
   </properties>
 
   <dependencyManagement>

Reply via email to