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 e1f08286ef6e [SPARK-55189][BUILD] Upgrade lz4-java to 1.10.3
e1f08286ef6e is described below
commit e1f08286ef6e0c93f01423c131f76d621bc38cf0
Author: yangjie01 <[email protected]>
AuthorDate: Mon Jan 26 20:01:45 2026 +0900
[SPARK-55189][BUILD] Upgrade lz4-java to 1.10.3
### What changes were proposed in this pull request?
This pr aims to upgrade lz4-java from 1.10.1 to 1.10.3
### Why are the changes needed?
The new version has fixed an NPE issue related to `LZ4FrameInputStream`:
- https://github.com/yawkat/lz4-java/pull/40
Full release notes as follows:
- https://github.com/yawkat/lz4-java/releases/tag/v1.10.2
- https://github.com/yawkat/lz4-java/releases/tag/v1.10.3
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass Github Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53971 from LuciferYang/SPARK-55189.
Authored-by: yangjie01 <[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 e8fbd27eb238..5fbda29ad4df 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.25.3//log4j-api-2.25.3.jar
log4j-core/2.25.3//log4j-core-2.25.3.jar
log4j-layout-template-json/2.25.3//log4j-layout-template-json-2.25.3.jar
log4j-slf4j2-impl/2.25.3//log4j-slf4j2-impl-2.25.3.jar
-lz4-java/1.10.1//lz4-java-1.10.1.jar
+lz4-java/1.10.3//lz4-java-1.10.3.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 77eb690af4fb..e12c2828b778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -880,7 +880,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.1</version>
+ <version>1.10.3</version>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]