Skip to content

Commit

Permalink
[SPARK-50741][BUILD] Upgrade zstd-jni to 1.5.6-9
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-9.

### Why are the changes needed?

To bring the latest bug fix:
- luben/zstd-jni#336

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

No.

### How was this patch tested?

Pass the CIs.

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

No.

Closes #49375 from dongjoon-hyun/SPARK-50741.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Jan 7, 2025
1 parent 2f03407 commit 91bc509
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-8//zstd-jni-1.5.6-8.jar
zstd-jni/1.5.6-9//zstd-jni-1.5.6-9.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.6-8</version>
<version>1.5.6-9</version>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
Expand Down

0 comments on commit 91bc509

Please sign in to comment.