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 fdfeadd  ORC-1037: Bump Spark from 3.1.2 to 3.2.0 (#946)
fdfeadd is described below

commit fdfeadde732ec721a3ff51e029e38ef07eb019d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 26 00:10:54 2021 -0700

    ORC-1037: Bump Spark from 3.1.2 to 3.2.0 (#946)
    
    This upgrades Apache Spark version in bench module
    
    To help a benchmark with the latest Apache Spark 3.2.0.
    
    Pass the CIs.
    
    (cherry picked from commit c71f8761f3e1beffcae82266323062c6654641e3)
    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 014ebf7..22a11d0 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.1.2</spark.version>
+    <spark.version>3.2.0</spark.version>
     <jackson.version>2.12.4</jackson.version>
     <hadoop.version>3.3.1</hadoop.version>
     <junit.version>5.7.2</junit.version>

Reply via email to