Skip to content

Commit 775fae4

Browse files
maropudongjoon-hyun
authored andcommitted
[SPARK-30486][BUILD] Bump lz4-java version to 1.7.1
### What changes were proposed in this pull request? This pr intends to upgrade lz4-java from 1.7.0 to 1.7.1. ### Why are the changes needed? This release includes a bug fix for older macOS. You can see the link below for the changes; https://github.com/lz4/lz4-java/blob/master/CHANGES.md#171 ### Does this PR introduce any user-facing change? ### How was this patch tested? Existing tests. Closes #27271 from maropu/SPARK-30486. Authored-by: Takeshi Yamamuro <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent a2081ae commit 775fae4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev/deps/spark-deps-hadoop-2.7-hive-1.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ libfb303/0.9.3//libfb303-0.9.3.jar
145145
libthrift/0.12.0//libthrift-0.12.0.jar
146146
log4j/1.2.17//log4j-1.2.17.jar
147147
logging-interceptor/3.12.6//logging-interceptor-3.12.6.jar
148-
lz4-java/1.7.0//lz4-java-1.7.0.jar
148+
lz4-java/1.7.1//lz4-java-1.7.1.jar
149149
machinist_2.12/0.6.8//machinist_2.12-0.6.8.jar
150150
macro-compat_2.12/1.1.1//macro-compat_2.12-1.1.1.jar
151151
mesos/1.4.0/shaded-protobuf/mesos-1.4.0-shaded-protobuf.jar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ libfb303/0.9.3//libfb303-0.9.3.jar
161161
libthrift/0.12.0//libthrift-0.12.0.jar
162162
log4j/1.2.17//log4j-1.2.17.jar
163163
logging-interceptor/3.12.6//logging-interceptor-3.12.6.jar
164-
lz4-java/1.7.0//lz4-java-1.7.0.jar
164+
lz4-java/1.7.1//lz4-java-1.7.1.jar
165165
machinist_2.12/0.6.8//machinist_2.12-0.6.8.jar
166166
macro-compat_2.12/1.1.1//macro-compat_2.12-1.1.1.jar
167167
mesos/1.4.0/shaded-protobuf/mesos-1.4.0-shaded-protobuf.jar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ libfb303/0.9.3//libfb303-0.9.3.jar
173173
libthrift/0.12.0//libthrift-0.12.0.jar
174174
log4j/1.2.17//log4j-1.2.17.jar
175175
logging-interceptor/3.12.6//logging-interceptor-3.12.6.jar
176-
lz4-java/1.7.0//lz4-java-1.7.0.jar
176+
lz4-java/1.7.1//lz4-java-1.7.1.jar
177177
machinist_2.12/0.6.8//machinist_2.12-0.6.8.jar
178178
macro-compat_2.12/1.1.1//macro-compat_2.12-1.1.1.jar
179179
mesos/1.4.0/shaded-protobuf/mesos-1.4.0-shaded-protobuf.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
<dependency>
640640
<groupId>org.lz4</groupId>
641641
<artifactId>lz4-java</artifactId>
642-
<version>1.7.0</version>
642+
<version>1.7.1</version>
643643
</dependency>
644644
<dependency>
645645
<groupId>com.github.luben</groupId>

0 commit comments

Comments
 (0)