Skip to content

Commit

Permalink
[SPARK-50415][BUILD] Upgrade zstd-jni to 1.5.6-8
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-8`.

### Why are the changes needed?

To bring the following bug fix,
- [Guard all native code execution behind the shared lock in the ZstdCompressionCtx and ZstdDecompressionCtx](luben/zstd-jni@cec9653)

Here is the release tag.
- https://github.com/luben/zstd-jni/releases/tag/v1.5.6-8

### 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 #48959 from dongjoon-hyun/SPARK-50415.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
dongjoon-hyun authored and HyukjinKwon committed Nov 26, 2024
1 parent 6667ba2 commit f712213
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 @@ -280,4 +280,4 @@ xz/1.10//xz-1.10.jar
zjsonpatch/0.3.0//zjsonpatch-0.3.0.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-7//zstd-jni-1.5.6-7.jar
zstd-jni/1.5.6-8//zstd-jni-1.5.6-8.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.6-7</version>
<version>1.5.6-8</version>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
Expand Down

0 comments on commit f712213

Please sign in to comment.