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 91bc50930dc9 [SPARK-50741][BUILD] Upgrade `zstd-jni` to 1.5.6-9
91bc50930dc9 is described below

commit 91bc50930dc9ed57e33479b2e4595621d765d4f1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jan 6 16:08:30 2025 -0800

    [SPARK-50741][BUILD] Upgrade `zstd-jni` to 1.5.6-9
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `zstd-jni` to 1.5.6-9.
    
    ### Why are the changes needed?
    
    To bring the latest bug fix:
    - https://github.com/luben/zstd-jni/issues/336
    
    ### 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 #49375 from dongjoon-hyun/SPARK-50741.
    
    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 d6db12457eee..aa171f0cbfff 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -284,4 +284,4 @@ xz/1.10//xz-1.10.jar
 zjsonpatch/7.0.1//zjsonpatch-7.0.1.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-8//zstd-jni-1.5.6-8.jar
+zstd-jni/1.5.6-9//zstd-jni-1.5.6-9.jar
diff --git a/pom.xml b/pom.xml
index ba8f42a3b181..3a8cbd1f033c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -838,7 +838,7 @@
       <dependency>
         <groupId>com.github.luben</groupId>
         <artifactId>zstd-jni</artifactId>
-        <version>1.5.6-8</version>
+        <version>1.5.6-9</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