You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by wi...@apache.org on 2023/02/20 06:08:14 UTC

[orc] branch branch-1.7 updated: ORC-1374: Update Spark to 3.3.2

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

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


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

commit 60241e5fe845e05d354da79b4280446c6841dc40
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Feb 19 22:06:12 2023 -0800

    ORC-1374: Update Spark to 3.3.2
    
    This PR aims to upgrade Java benchmark module to use Apache Spark 3.3.2 which is the latest version.
    
    To run the benchmark.
    
    Pass the CIs.
    
    Closes #1414 from dongjoon-hyun/ORC-1374.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: William Hyun <wi...@apache.org>
    (cherry picked from commit f1f3caadf237550ca9f4bd97e227b9ae5b6ebfd4)
    Signed-off-by: William Hyun <wi...@apache.org>
---
 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 88bc7b0fd..e4b60f82f 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -36,7 +36,7 @@
     <jmh.version>1.20</jmh.version>
     <orc.version>${project.version}</orc.version>
     <parquet.version>1.12.3</parquet.version>
-    <spark.version>3.3.0</spark.version>
+    <spark.version>3.3.2</spark.version>
     <jackson.version>2.12.4</jackson.version>
     <hadoop.version>3.3.4</hadoop.version>
     <junit.version>5.8.2</junit.version>