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

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


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 94577334f ORC-1869: Upgrade Spark to 3.5.5 in bench module for Apache 
ORC 1.9.x
94577334f is described below

commit 94577334fb1b8cc475df6f054e538739d5e75d5f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Apr 1 12:41:24 2025 +0900

    ORC-1869: Upgrade Spark to 3.5.5 in bench module for Apache ORC 1.9.x
    
    ### What changes were proposed in this pull request?
    
    This PR aims to use Apache Spark 3.5.5 in the corresponding Apache ORC 
1.9.x `bench` module.
    
    ### Why are the changes needed?
    
    Apache Spark 3.5.5 is the latest version of Apache Spark.
    
    Due to the minimum Java requirement,
    - Apache ORC 2 matches with Apache Spark 4.
    - Apache ORC 1 matches with Apache Spark 3.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2169 from dongjoon-hyun/ORC-1869.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/bench/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index dd4da3f99..2bbdac3cb 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -40,7 +40,7 @@
     <junit.version>5.9.3</junit.version>
     <orc.version>${project.version}</orc.version>
     <parquet.version>1.13.1</parquet.version>
-    <spark.version>3.5.4</spark.version>
+    <spark.version>3.5.5</spark.version>
   </properties>
 
   <dependencyManagement>

Reply via email to