Skip to content

Commit

Permalink
ORC-1051: Update benchmark dependencies (#964)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to update the transitive dependencies of Spark 3.2.0.
- aircompressor: 0.16 -> 0.21
- Netty-all: 4.1.67.Final -> 4.1.68.Final
- scala-librari: 2.12.10 -> 2.12.15
- spark.jackson.version: 2.10.0 -> 2.12.3

### Why are the changes needed?

When ORC-1037 updates to Spark 3.2.0, these dependencies are missed.

### How was this patch tested?

Pass the CIs.

(cherry picked from commit 2c3727b)
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Nov 13, 2021
1 parent 69db5a1 commit 2d94286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>0.16</version>
<version>0.21</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.67.Final</version>
<version>4.1.68.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -449,7 +449,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.10</version>
<version>2.12.15</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/bench/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>

<!-- Spark Jackson version may not be same as ORC -->
<spark.jackson.version>2.10.0</spark.jackson.version>
<spark.jackson.version>2.12.3</spark.jackson.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 2d94286

Please sign in to comment.