This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 6a77ec491436 [SPARK-53971][BUILD] Bump zstd-jni 1.5.7-6
6a77ec491436 is described below
commit 6a77ec491436c001fc47cf360b7729f835af5974
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Oct 21 10:35:56 2025 -0700
[SPARK-53971][BUILD] Bump zstd-jni 1.5.7-6
### What changes were proposed in this pull request?
As title.
### Why are the changes needed?
This release fixes one regression that fails to decompress in certain case
-
https://github.com/luben/zstd-jni/commit/1941118e0923cc992b165d78bca11e08a1d53dfa
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GHA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52684 from pan3793/SPARK-53971.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 72eb2cd27582..0d705958c716 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -296,4 +296,4 @@ xz/1.10//xz-1.10.jar
zjsonpatch/7.4.0//zjsonpatch-7.4.0.jar
zookeeper-jute/3.9.4//zookeeper-jute-3.9.4.jar
zookeeper/3.9.4//zookeeper-3.9.4.jar
-zstd-jni/1.5.7-5//zstd-jni-1.5.7-5.jar
+zstd-jni/1.5.7-6//zstd-jni-1.5.7-6.jar
diff --git a/pom.xml b/pom.xml
index 4d284f718956..584e87287416 100644
--- a/pom.xml
+++ b/pom.xml
@@ -876,7 +876,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
- <version>1.5.7-5</version>
+ <version>1.5.7-6</version>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]