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

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


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 3dcb16dbd ORC-1374: Update Spark to 3.3.2
3dcb16dbd is described below

commit 3dcb16dbd00637270d12c2fe65f778fdae689bf3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 19 22:06:12 2023 -0800

    ORC-1374: Update Spark to 3.3.2
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Java benchmark module to use Apache Spark 3.3.2 
which is the latest version.
    
    ### Why are the changes needed?
    
    To run the benchmark.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1414 from dongjoon-hyun/ORC-1374.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: William Hyun <[email protected]>
    (cherry picked from commit f1f3caadf237550ca9f4bd97e227b9ae5b6ebfd4)
    Signed-off-by: William 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 3bebd263f..81d38b40a 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -40,7 +40,7 @@
     <junit.version>5.8.2</junit.version>
     <orc.version>${project.version}</orc.version>
     <parquet.version>1.12.3</parquet.version>
-    <spark.version>3.3.1</spark.version>
+    <spark.version>3.3.2</spark.version>
   </properties>
 
   <dependencyManagement>

Reply via email to