Skip to content

Commit

Permalink
[SPARK-40935][BUILD] Upgrade zstd-jni to 1.5.2-5
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This pr aims to upgrade zstd-jni to 1.5.2-5

### Why are the changes needed?
This version start to support magic less data frames:

- luben/zstd-jni#151
- luben/zstd-jni#235

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

Closes #38412 from LuciferYang/zstd-1.5.2-5.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
LuciferYang authored and dongjoon-hyun committed Oct 27, 2022
1 parent e0f4410 commit c50d865
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-2-hive-2.3
Expand Up @@ -271,4 +271,4 @@ xz/1.8//xz-1.8.jar
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
zookeeper-jute/3.6.2//zookeeper-jute-3.6.2.jar
zookeeper/3.6.2//zookeeper-3.6.2.jar
zstd-jni/1.5.2-4//zstd-jni-1.5.2-4.jar
zstd-jni/1.5.2-5//zstd-jni-1.5.2-5.jar
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-3-hive-2.3
Expand Up @@ -256,4 +256,4 @@ xz/1.8//xz-1.8.jar
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
zookeeper-jute/3.6.2//zookeeper-jute-3.6.2.jar
zookeeper/3.6.2//zookeeper-3.6.2.jar
zstd-jni/1.5.2-4//zstd-jni-1.5.2-4.jar
zstd-jni/1.5.2-5//zstd-jni-1.5.2-5.jar
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -802,7 +802,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.2-4</version>
<version>1.5.2-5</version>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
Expand Down

0 comments on commit c50d865

Please sign in to comment.