[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 #28682 from williamhyun/zstd.

Authored-by: William Hyun <williamhyun3@gmail.com>
Signed-off-by: DB Tsai <d_tsai@apple.com>
This commit is contained in:
William Hyun 2020-06-02 21:58:33 +00:00 committed by DB Tsai
parent 979593d708
commit 367d94a30d
4 changed files with 4 additions and 4 deletions

View file

@ -208,4 +208,4 @@ xmlenc/0.52//xmlenc-0.52.jar
xz/1.5//xz-1.5.jar
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
zookeeper/3.4.14//zookeeper-3.4.14.jar
zstd-jni/1.4.4-3//zstd-jni-1.4.4-3.jar
zstd-jni/1.4.5-2//zstd-jni-1.4.5-2.jar

View file

@ -222,4 +222,4 @@ xmlenc/0.52//xmlenc-0.52.jar
xz/1.5//xz-1.5.jar
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
zookeeper/3.4.14//zookeeper-3.4.14.jar
zstd-jni/1.4.4-3//zstd-jni-1.4.4-3.jar
zstd-jni/1.4.5-2//zstd-jni-1.4.5-2.jar

View file

@ -236,4 +236,4 @@ xbean-asm7-shaded/4.15//xbean-asm7-shaded-4.15.jar
xz/1.5//xz-1.5.jar
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
zookeeper/3.4.14//zookeeper-3.4.14.jar
zstd-jni/1.4.4-3//zstd-jni-1.4.4-3.jar
zstd-jni/1.4.5-2//zstd-jni-1.4.5-2.jar

View file

@ -665,7 +665,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.4.4-3</version>
<version>1.4.5-2</version>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>