Skip to content

Commit e1f0828

Browse files
LuciferYangdongjoon-hyun
authored andcommitted
[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`: - yawkat/lz4-java#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 <yangjie01@baidu.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent c4f62d4 commit e1f0828

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ log4j-api/2.25.3//log4j-api-2.25.3.jar
186186
log4j-core/2.25.3//log4j-core-2.25.3.jar
187187
log4j-layout-template-json/2.25.3//log4j-layout-template-json-2.25.3.jar
188188
log4j-slf4j2-impl/2.25.3//log4j-slf4j2-impl-2.25.3.jar
189-
lz4-java/1.10.1//lz4-java-1.10.1.jar
189+
lz4-java/1.10.3//lz4-java-1.10.3.jar
190190
metrics-core/4.2.37//metrics-core-4.2.37.jar
191191
metrics-graphite/4.2.37//metrics-graphite-4.2.37.jar
192192
metrics-jmx/4.2.37//metrics-jmx-4.2.37.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@
880880
<dependency>
881881
<groupId>at.yawk.lz4</groupId>
882882
<artifactId>lz4-java</artifactId>
883-
<version>1.10.1</version>
883+
<version>1.10.3</version>
884884
</dependency>
885885
<dependency>
886886
<groupId>com.github.luben</groupId>

0 commit comments

Comments
 (0)