[SPARK-28544][BUILD] Update zstd-jni to 1.4.2-1

## What changes were proposed in this pull request?

This PR aims to update `zstd-jni` library to bring the latest improvement and bug fixes in `1.4.1` and `1.4.2`.
- https://github.com/facebook/zstd/releases/tag/v1.4.1 (4.5 ~ 11.8% performance improvement from v1.4.0 and bug fixes)
- https://github.com/facebook/zstd/releases/tag/v1.4.2 (bug fixes)

## How was this patch tested?

Pass the Jenkins.

Closes #25275 from dongjoon-hyun/SPARK-28544.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
This commit is contained in:
Dongjoon Hyun 2019-07-27 18:08:20 -07:00
parent 8255bd2937
commit 33e6e4703d
3 changed files with 3 additions and 3 deletions

View file

@ -198,4 +198,4 @@ xmlenc-0.52.jar
xz-1.5.jar
zjsonpatch-0.3.0.jar
zookeeper-3.4.6.jar
zstd-jni-1.4.0-1.jar
zstd-jni-1.4.2-1.jar

View file

@ -218,4 +218,4 @@ xbean-asm7-shaded-4.14.jar
xz-1.5.jar
zjsonpatch-0.3.0.jar
zookeeper-3.4.13.jar
zstd-jni-1.4.0-1.jar
zstd-jni-1.4.2-1.jar

View file

@ -617,7 +617,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.4.0-1</version>
<version>1.4.2-1</version>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>