You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/01/30 17:44:12 UTC

[orc] branch branch-1.7 updated: ORC-1104: Use Spark 3.2.1 in benchmark (#1030)

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

dongjoon 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 676c268  ORC-1104: Use Spark 3.2.1 in benchmark (#1030)
676c268 is described below

commit 676c268a3e6782ecb14730c0224adcd43ee8e501
Author: William Hyun <wi...@apache.org>
AuthorDate: Sun Jan 30 09:42:31 2022 -0800

    ORC-1104: Use Spark 3.2.1 in benchmark (#1030)
    
    This PR aims to use Spark 3.2.1 in benchmark.
    
    To make benchmark up-to-date.
    
    N/A.
    
    (cherry picked from commit 0373ccc797956ea88da0f991e5a95d711aaadcdc)
    Signed-off-by: Dongjoon Hyun <do...@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 d96d8ac..f44d08b 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.2</parquet.version>
-    <spark.version>3.2.0</spark.version>
+    <spark.version>3.2.1</spark.version>
     <jackson.version>2.12.4</jackson.version>
     <hadoop.version>3.3.1</hadoop.version>
     <junit.version>5.7.2</junit.version>