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 67390a074 ORC-1576: Upgrade `spark.jackson.version` to 2.15.2 in
`bench` module
67390a074 is described below
commit 67390a074ef6da07f32808c61e533c66646d7d78
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jan 8 15:33:08 2024 -0800
ORC-1576: Upgrade `spark.jackson.version` to 2.15.2 in `bench` module
### What changes were proposed in this pull request?
This PR aims to upgrade `spark.jackson.version` to 2.15.2 in `bench` module.
### Why are the changes needed?
Apache Spark 3.5.0 uses 2.15.2 via
[SPARK-43904](https://issues.apache.org/jira/browse/SPARK-43904)
### How was this patch tested?
Pass the CIs.
Closes #1731 from dongjoon-hyun/ORC-1576.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/spark/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index 898d6cd4a..7eeef0d00 100644
--- a/java/bench/spark/pom.xml
+++ b/java/bench/spark/pom.xml
@@ -32,7 +32,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Spark Jackson version may not be same as ORC -->
- <spark.jackson.version>2.14.2</spark.jackson.version>
+ <spark.jackson.version>2.15.2</spark.jackson.version>
</properties>
<dependencies>