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 d72e6a30a37c [SPARK-53884][BUILD] Upgrade `ZSTD-JNI` to 1.5.7-5
d72e6a30a37c is described below

commit d72e6a30a37c145a9ff9bdf8dee783ef972aa9a9
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Oct 13 11:05:04 2025 -0700

    [SPARK-53884][BUILD] Upgrade `ZSTD-JNI` to 1.5.7-5
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `zstd-jni` to 1.5.7-5.
    
    ### Why are the changes needed?
    
    To bring the latest bug fix.
    - https://github.com/luben/zstd-jni/releases/tag/v1.5.7-5
      - https://github.com/luben/zstd-jni/pull/364
    
    ### 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 #52591 from dongjoon-hyun/SPARK-53884.
    
    Authored-by: Dongjoon Hyun <[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 e55f5c91c9e5..a0dd9963fc34 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-4//zstd-jni-1.5.7-4.jar
+zstd-jni/1.5.7-5//zstd-jni-1.5.7-5.jar
diff --git a/pom.xml b/pom.xml
index 17c1312d7c4d..c81e5b74d3cc 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-4</version>
+        <version>1.5.7-5</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