This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new c71f876 ORC-1037: Bump Spark from 3.1.2 to 3.2.0 (#946)
c71f876 is described below
commit c71f8761f3e1beffcae82266323062c6654641e3
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)
### What changes were proposed in this pull request?
This upgrades Apache Spark version in bench module
### Why are the changes needed?
To help a benchmark with the latest Apache Spark 3.2.0.
### How was this patch tested?
Pass the CIs.
---
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 eeec83e..dc01f15 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>
<hadoop.version>3.3.1</hadoop.version>
<junit.version>5.8.1</junit.version>
</properties>