Skip to content

Commit

Permalink
[SPARK-49624][BUILD] Upgrade aircompressor to 2.0.2
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
The pr aims to upgrade `aircompressor` from `0.27` to `2.0.2`.

### Why are the changes needed?
https://github.com/airlift/aircompressor/releases/tag/2.0
(ps: 2.0.2 was built against `JDK 1.8`).

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#48098 from panbingkun/aircompressor_2.

Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
panbingkun authored and dongjoon-hyun committed Sep 13, 2024
1 parent 6181487 commit e7cf246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JTransforms/3.1//JTransforms-3.1.jar
RoaringBitmap/1.2.1//RoaringBitmap-1.2.1.jar
ST4/4.0.4//ST4-4.0.4.jar
activation/1.1.1//activation-1.1.1.jar
aircompressor/0.27//aircompressor-0.27.jar
aircompressor/2.0.2//aircompressor-2.0.2.jar
algebra_2.13/2.8.0//algebra_2.13-2.8.0.jar
aliyun-java-sdk-core/4.5.10//aliyun-java-sdk-core-4.5.10.jar
aliyun-java-sdk-kms/2.11.0//aliyun-java-sdk-kms-2.11.0.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>0.27</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
Expand Down

0 comments on commit e7cf246

Please sign in to comment.