Skip to content

Commit

Permalink
ORC-1576: Upgrade spark.jackson.version to 2.15.2 in bench module
Browse files Browse the repository at this point in the history
### 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 <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 67390a0)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Jan 8, 2024
1 parent 7ce23cc commit d35e9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/bench/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d35e9c4

Please sign in to comment.