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 f6edbada1 ORC-1624: Upgrade Spark to 3.5.1
f6edbada1 is described below

commit f6edbada11b57ee9ba654df06cd2ed3e233defe6
Author: sychen <[email protected]>
AuthorDate: Thu Feb 22 21:29:46 2024 -0800

    ORC-1624: Upgrade Spark to 3.5.1
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade the benchmark module to use Spark 3.5.1.
    
    ### Why are the changes needed?
    
    ### How was this patch tested?
    GA
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #1809 from cxzl25/ORC-1624.
    
    Authored-by: sychen <[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 77100f10a..969501f57 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -39,7 +39,7 @@
     <junit.version>5.10.2</junit.version>
     <orc.version>${project.version}</orc.version>
     <parquet.version>1.13.1</parquet.version>
-    <spark.version>3.5.0</spark.version>
+    <spark.version>3.5.1</spark.version>
   </properties>
 
   <dependencyManagement>

Reply via email to