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 53f3adbe2 ORC-1987: Upgrade Spark to 4.0.1 in `bench` module
53f3adbe2 is described below

commit 53f3adbe28f93a68a770264c76a5089002a2a337
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Sep 6 08:42:55 2025 -0700

    ORC-1987: Upgrade Spark to 4.0.1 in `bench` module
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Spark to 4.0.1 in `bench` module.
    
    ### Why are the changes needed?
    
    To use the latest one to test.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2372 from dongjoon-hyun/ORC-1987.
    
    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 2adce5786..bac8eb3e1 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -41,7 +41,7 @@
     <parquet.version>1.15.2</parquet.version>
     <scala.binary.version>2.13</scala.binary.version>
     <scala.version>2.13.16</scala.version>
-    <spark.version>4.0.0</spark.version>
+    <spark.version>4.0.1</spark.version>
   </properties>
 
   <dependencyManagement>

Reply via email to