Skip to content

Commit 367d94a

Browse files
williamhyundbtsai
authored andcommitted
[SPARK-31876][BUILD] Upgrade to Zstd 1.4.5
### What changes were proposed in this pull request? This PR aims to upgrade to Zstd 1.4.5. ### Why are the changes needed? Zstd 1.4.5 improves performance. https://github.com/facebook/zstd/releases/tag/v1.4.5 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Passed the Jenkins. Closes apache#28682 from williamhyun/zstd. Authored-by: William Hyun <williamhyun3@gmail.com> Signed-off-by: DB Tsai <d_tsai@apple.com>
1 parent 979593d commit 367d94a

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.4-3//zstd-jni-1.4.4-3.jar
211+
zstd-jni/1.4.5-2//zstd-jni-1.4.5-2.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.4-3//zstd-jni-1.4.4-3.jar
225+
zstd-jni/1.4.5-2//zstd-jni-1.4.5-2.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.4-3//zstd-jni-1.4.4-3.jar
239+
zstd-jni/1.4.5-2//zstd-jni-1.4.5-2.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@
665665
<dependency>
666666
<groupId>com.github.luben</groupId>
667667
<artifactId>zstd-jni</artifactId>
668-
<version>1.4.4-3</version>
668+
<version>1.4.5-2</version>
669669
</dependency>
670670
<dependency>
671671
<groupId>com.clearspring.analytics</groupId>

0 commit comments

Comments
 (0)