Skip to content

Commit 10a65ee

Browse files
williamhyunHyukjinKwon
authored andcommitted
[SPARK-32150][BUILD] Upgrade to ZStd 1.4.5-4
### What changes were proposed in this pull request? This PR aims to upgrade to ZStd 1.4.5-4. ### Why are the changes needed? ZStd 1.4.5-4 fixes the following. - luben/zstd-jni@3d16e51 - luben/zstd-jni@3d51bdc ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the Jenkins. Closes #28969 from williamhyun/zstd2. Authored-by: William Hyun <williamhyun3@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
1 parent 99b4b06 commit 10a65ee

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
@@ -208,4 +208,4 @@ xmlenc/0.52//xmlenc-0.52.jar
208208
xz/1.5//xz-1.5.jar
209209
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
210210
zookeeper/3.4.14//zookeeper-3.4.14.jar
211-
zstd-jni/1.4.5-2//zstd-jni-1.4.5-2.jar
211+
zstd-jni/1.4.5-4//zstd-jni-1.4.5-4.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
@@ -222,4 +222,4 @@ xmlenc/0.52//xmlenc-0.52.jar
222222
xz/1.5//xz-1.5.jar
223223
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
224224
zookeeper/3.4.14//zookeeper-3.4.14.jar
225-
zstd-jni/1.4.5-2//zstd-jni-1.4.5-2.jar
225+
zstd-jni/1.4.5-4//zstd-jni-1.4.5-4.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
@@ -236,4 +236,4 @@ xbean-asm7-shaded/4.15//xbean-asm7-shaded-4.15.jar
236236
xz/1.5//xz-1.5.jar
237237
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
238238
zookeeper/3.4.14//zookeeper-3.4.14.jar
239-
zstd-jni/1.4.5-2//zstd-jni-1.4.5-2.jar
239+
zstd-jni/1.4.5-4//zstd-jni-1.4.5-4.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
<dependency>
670670
<groupId>com.github.luben</groupId>
671671
<artifactId>zstd-jni</artifactId>
672-
<version>1.4.5-2</version>
672+
<version>1.4.5-4</version>
673673
</dependency>
674674
<dependency>
675675
<groupId>com.clearspring.analytics</groupId>

0 commit comments

Comments
 (0)