Skip to content

Commit 0881f64

Browse files
committed
[SPARK-27451][BUILD] Upgrade lz4-java to 1.5.1
## What changes were proposed in this pull request? This PR upgrades `lz4-java` to 1.5.1 in order to get a patch for avoiding racing with GC. - https://github.com/lz4/lz4-java/blob/master/CHANGES.md#151 ## How was this patch tested? Pass the Jenkins with the existing tests. Closes apache#24363 from dongjoon-hyun/SPARK-LZ4. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 9ed60c2 commit 0881f64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/deps/spark-deps-hadoop-2.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ libfb303-0.9.3.jar
141141
libthrift-0.12.0.jar
142142
log4j-1.2.17.jar
143143
logging-interceptor-3.12.0.jar
144-
lz4-java-1.5.0.jar
144+
lz4-java-1.5.1.jar
145145
machinist_2.12-0.6.1.jar
146146
macro-compat_2.12-1.1.1.jar
147147
mesos-1.4.0-shaded-protobuf.jar

dev/deps/spark-deps-hadoop-3.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ libfb303-0.9.3.jar
158158
libthrift-0.12.0.jar
159159
log4j-1.2.17.jar
160160
logging-interceptor-3.12.0.jar
161-
lz4-java-1.5.0.jar
161+
lz4-java-1.5.1.jar
162162
machinist_2.12-0.6.1.jar
163163
macro-compat_2.12-1.1.1.jar
164164
mesos-1.4.0-shaded-protobuf.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
<dependency>
575575
<groupId>org.lz4</groupId>
576576
<artifactId>lz4-java</artifactId>
577-
<version>1.5.0</version>
577+
<version>1.5.1</version>
578578
</dependency>
579579
<dependency>
580580
<groupId>com.github.luben</groupId>

0 commit comments

Comments
 (0)