This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 c7104cc40 ORC-1300: Update Spark to 3.3.1 and its dependencies
c7104cc40 is described below
commit c7104cc40dfb57c8369363aafbc66284ac4b663e
Author: William Hyun <[email protected]>
AuthorDate: Tue Oct 25 21:35:54 2022 -0700
ORC-1300: Update Spark to 3.3.1 and its dependencies
### What changes were proposed in this pull request?
This PR aims to update Spark to 3.3.1 and also update the jackson version
to 2.13.4 as well.
### Why are the changes needed?
To test with the latest Spark version.
### How was this patch tested?
Pass the CIs.
Closes #1293 from williamhyun/spark331.
Authored-by: William Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit b88737180caf5eb28675a52709cd7660400b2652)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/pom.xml | 2 +-
java/bench/spark/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 8b0fe79f1..62c210c50 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.1</spark.version>
<hadoop.version>3.3.4</hadoop.version>
<junit.version>5.8.2</junit.version>
</properties>
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index 9033277ac..0b4ed32bf 100644
--- a/java/bench/spark/pom.xml
+++ b/java/bench/spark/pom.xml
@@ -36,7 +36,7 @@
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
<!-- Spark Jackson version may not be same as ORC -->
- <spark.jackson.version>2.12.3</spark.jackson.version>
+ <spark.jackson.version>2.13.4</spark.jackson.version>
</properties>
<dependencies>