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 793a7dfeefca [SPARK-50140][BUILD] Upgrade `zstd-jni` to 1.5.6-7
793a7dfeefca is described below

commit 793a7dfeefcac9f8f6d1b2b45753772240399fdf
Author: panbingkun <[email protected]>
AuthorDate: Thu Oct 31 08:05:25 2024 -0700

    [SPARK-50140][BUILD] Upgrade `zstd-jni` to 1.5.6-7
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade `zstd-jni` from `1.5.6-6` to `1.5.6-7`.
    
    ### Why are the changes needed?
    1.v1.5.6-6 VS v1.5.6-7
    https://github.com/luben/zstd-jni/compare/v1.5.6-6...v1.5.6-7
    
https://github.com/luben/zstd-jni/commit/0c2051bef1a86162ed68e3781828faaefa34eb1c
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #48671 from panbingkun/SPARK-50140.
    
    Authored-by: panbingkun <[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 c7185538bebb..7723d42423d6 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -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-6//zstd-jni-1.5.6-6.jar
+zstd-jni/1.5.6-7//zstd-jni-1.5.6-7.jar
diff --git a/pom.xml b/pom.xml
index 42a8bfc84443..ea139ecfe693 100644
--- a/pom.xml
+++ b/pom.xml
@@ -836,7 +836,7 @@
       <dependency>
         <groupId>com.github.luben</groupId>
         <artifactId>zstd-jni</artifactId>
-        <version>1.5.6-6</version>
+        <version>1.5.6-7</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