This is an automated email from the ASF dual-hosted git repository.

peter-toth 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 f6f8c804a393 [SPARK-56884][BUILD] Upgrade `zstd-jni` to 1.5.7-8
f6f8c804a393 is described below

commit f6f8c804a393497a9805b02bfa7d6e550c576112
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat May 16 09:37:26 2026 +0200

    [SPARK-56884][BUILD] Upgrade `zstd-jni` to 1.5.7-8
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `zstd-jni` to `1.5.7-8`.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes and improvements from upstream `zstd-jni` 
v1.5.7-8.
    - https://github.com/luben/zstd-jni/releases/tag/v1.5.7-8 (2026-05-01)
    
    ### 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?
    
    Generated-by: Claude Opus 4.7 (1M context)
    
    Closes #55910 from dongjoon-hyun/SPARK-56884.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Peter Toth <[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 7c182a16d8d7..d4e1113d5686 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -287,4 +287,4 @@ xz/1.12//xz-1.12.jar
 zjsonpatch/7.6.1//zjsonpatch-7.6.1.jar
 zookeeper-jute/3.9.5//zookeeper-jute-3.9.5.jar
 zookeeper/3.9.5//zookeeper-3.9.5.jar
-zstd-jni/1.5.7-7//zstd-jni-1.5.7-7.jar
+zstd-jni/1.5.7-8//zstd-jni-1.5.7-8.jar
diff --git a/pom.xml b/pom.xml
index 1d2b847a2f8f..2c5b60106d11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -899,7 +899,7 @@
       <dependency>
         <groupId>com.github.luben</groupId>
         <artifactId>zstd-jni</artifactId>
-        <version>1.5.7-7</version>
+        <version>1.5.7-8</version>
       </dependency>
       <dependency>
         <groupId>com.clearspring.analytics</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to