Skip to content

Commit

Permalink
[SPARK-51148][BUILD] Upgrade zstd-jni to 1.5.6-10
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.6-10 for Apache Spark 4.1.0.

### Why are the changes needed?

To bring a new improvement,
- luben/zstd-jni#347

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

No behavior change.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#49868 from dongjoon-hyun/SPARK-51148.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Feb 11, 2025
1 parent 6a71f76 commit 54959ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,4 @@ xz/1.10//xz-1.10.jar
zjsonpatch/7.0.1//zjsonpatch-7.0.1.jar
zookeeper-jute/3.9.3//zookeeper-jute-3.9.3.jar
zookeeper/3.9.3//zookeeper-3.9.3.jar
zstd-jni/1.5.6-9//zstd-jni-1.5.6-9.jar
zstd-jni/1.5.6-10//zstd-jni-1.5.6-10.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.6-9</version>
<version>1.5.6-10</version>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
Expand Down

0 comments on commit 54959ab

Please sign in to comment.