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 102d6eb8d38e [SPARK-54611][BUILD] Upgrade `lz4-java` to 1.10.1
102d6eb8d38e is described below
commit 102d6eb8d38e10b1e15f10b0aa6f5b6d0d993da3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 5 12:37:56 2025 -0800
[SPARK-54611][BUILD] Upgrade `lz4-java` to 1.10.1
### What changes were proposed in this pull request?
This PR aims to upgrade `lz4-java` to 1.10.1.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/yawkat/lz4-java/releases/tag/v1.10.1
- https://github.com/yawkat/lz4-java/compare/v1.10.0...v1.10.1
-
https://github.com/yawkat/lz4-java/commit/33d180cb70c4d93c80fb0dc3ab3002f457e93840
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53347 from dongjoon-hyun/SPARK-54611.
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 15a3a8d577a4..9fe5dfc14c48 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -186,7 +186,7 @@ log4j-api/2.24.3//log4j-api-2.24.3.jar
log4j-core/2.24.3//log4j-core-2.24.3.jar
log4j-layout-template-json/2.24.3//log4j-layout-template-json-2.24.3.jar
log4j-slf4j2-impl/2.24.3//log4j-slf4j2-impl-2.24.3.jar
-lz4-java/1.10.0//lz4-java-1.10.0.jar
+lz4-java/1.10.1//lz4-java-1.10.1.jar
metrics-core/4.2.37//metrics-core-4.2.37.jar
metrics-graphite/4.2.37//metrics-graphite-4.2.37.jar
metrics-jmx/4.2.37//metrics-jmx-4.2.37.jar
diff --git a/pom.xml b/pom.xml
index f151a853b41d..c2dc465a5124 100644
--- a/pom.xml
+++ b/pom.xml
@@ -881,7 +881,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.0</version>
+ <version>1.10.1</version>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]