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

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


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

commit 1384bbd08719225b30f69aef1cff375427c7bc54
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]>
---
 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 d236f0364..1bdea32c4 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