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

yao 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 29d077fbbd54 [SPARK-47748][BUILD] Upgrade `zstd-jni` to 1.5.6-2
29d077fbbd54 is described below

commit 29d077fbbd5464f64e0eeb495f7a955850915cc5
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Mon Apr 8 16:16:37 2024 +0800

    [SPARK-47748][BUILD] Upgrade `zstd-jni` to 1.5.6-2
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade `zstd-jni` from `1.5.6-1` to `1.5.6-2`.
    
    ### Why are the changes needed?
    - v1.5.6-1 VS v1.5.6-2
    https://github.com/luben/zstd-jni/compare/v1.5.6-1...v1.5.6-2
    
    - compilation optimization
      [Use the M1 MacOS runner to compile the aarch64 
binary](https://github.com/luben/zstd-jni/commit/ec1ddeb069f59727ecfcbeeb34ca3e6d8a481d49)
      [Use cross-compile for 
i386](https://github.com/luben/zstd-jni/commit/1ff89339eeee9707523b04ccd373ff6c3e659ec8)
    
    ### 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 #45909 from panbingkun/SPARK-47748.
    
    Authored-by: panbingkun <panbing...@baidu.com>
    Signed-off-by: Kent Yao <y...@apache.org>
---
 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 1cfda563a1d2..755fd97ab72f 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -277,4 +277,4 @@ xz/1.9//xz-1.9.jar
 zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
 zookeeper-jute/3.9.2//zookeeper-jute-3.9.2.jar
 zookeeper/3.9.2//zookeeper-3.9.2.jar
-zstd-jni/1.5.6-1//zstd-jni-1.5.6-1.jar
+zstd-jni/1.5.6-2//zstd-jni-1.5.6-2.jar
diff --git a/pom.xml b/pom.xml
index 5bea02f22246..f264b47d701b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -797,7 +797,7 @@
       <dependency>
         <groupId>com.github.luben</groupId>
         <artifactId>zstd-jni</artifactId>
-        <version>1.5.6-1</version>
+        <version>1.5.6-2</version>
       </dependency>
       <dependency>
         <groupId>com.clearspring.analytics</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to