This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 0a7908e95585 [SPARK-55688][BUILD] Upgrade `aircompressor` to 2.0.3
0a7908e95585 is described below
commit 0a7908e95585b1acb154ca7228e6887082fa2a86
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Feb 25 10:21:02 2026 -0800
[SPARK-55688][BUILD] Upgrade `aircompressor` to 2.0.3
### What changes were proposed in this pull request?
This PR aims to upgrade `aircompressor` to 2.0.3.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/airlift/aircompressor/releases/tag/2.0.3
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54486 from dongjoon-hyun/SPARK-55688.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 9a0fc1f363f1..16d11f292523 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -3,7 +3,7 @@ JLargeArrays/1.5//JLargeArrays-1.5.jar
JTransforms/3.1//JTransforms-3.1.jar
RoaringBitmap/1.6.10//RoaringBitmap-1.6.10.jar
ST4/4.0.4//ST4-4.0.4.jar
-aircompressor/2.0.2//aircompressor-2.0.2.jar
+aircompressor/2.0.3//aircompressor-2.0.3.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
diff --git a/pom.xml b/pom.xml
index 353381376144..0c46c13871f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2355,7 +2355,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
- <version>2.0.2</version>
+ <version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]