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 dc7dadc12 ORC-1454: Update Spark to 3.4.1 (#1550)
dc7dadc12 is described below

commit dc7dadc12debe2ad68d5b6e5540dfd5c251d0fe3
Author: William Hyun <[email protected]>
AuthorDate: Fri Jun 23 14:29:09 2023 -0700

    ORC-1454: Update Spark to 3.4.1 (#1550)
    
    ### What changes were proposed in this pull request?
    This PR aims to update Spark to 3.4.1.
    
    ### Why are the changes needed?
    To use the most recent version of Spark in benchmark.
    
    ### How was this patch tested?
    Pass the CIs.
    
    (cherry picked from commit 3fc3d618834fcd884d366c903e6eb7b6309c9052)
    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 714e18cb2..25a8192cd 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.4.0</spark.version>
+    <spark.version>3.4.1</spark.version>
   </properties>
 
   <dependencyManagement>

Reply via email to