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 b88737180 ORC-1300: Update Spark to 3.3.1 and its dependencies
b88737180 is described below
commit b88737180caf5eb28675a52709cd7660400b2652
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]>
---
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 487cff70b..c0badbd6c 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.9.0</junit.version>
</properties>
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index 12fa6acd0..904e34dc7 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>