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

dongjoon pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new ad2718d  [SPARK-33843][BUILD] Upgrade to Zstd 1.4.8
ad2718d is described below

commit ad2718d587fbe7eee8c7341cb080c4c5e8005a63
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Sat Dec 19 06:59:44 2020 -0800

    [SPARK-33843][BUILD] Upgrade to Zstd 1.4.8
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Zstd library to 1.4.8.
    
    ### Why are the changes needed?
    
    This will bring Zstd 1.4.7 and 1.4.8 improvement and bug fixes and the 
following from `zstd-jni`.
    - https://github.com/facebook/zstd/releases/tag/v1.4.7
    - https://github.com/facebook/zstd/releases/tag/v1.4.8
    - https://github.com/luben/zstd-jni/issues/153 (Apple M1 architecture)
    
    ### Does this PR introduce _any_ user-facing change?
    
    This will unblock Apple Silicon usage.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #30848 from dongjoon-hyun/SPARK-33843.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit 00642ee19e6969ca7996fb44d16d001fcf17b407)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 dev/deps/spark-deps-hadoop-2.7-hive-2.3 | 2 +-
 dev/deps/spark-deps-hadoop-3.2-hive-2.3 | 2 +-
 pom.xml                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2.7-hive-2.3 
b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
index df9df24..b86bf65 100644
--- a/dev/deps/spark-deps-hadoop-2.7-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
@@ -241,4 +241,4 @@ xmlenc/0.52//xmlenc-0.52.jar
 xz/1.5//xz-1.5.jar
 zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
 zookeeper/3.4.14//zookeeper-3.4.14.jar
-zstd-jni/1.4.5-6//zstd-jni-1.4.5-6.jar
+zstd-jni/1.4.8-1//zstd-jni-1.4.8-1.jar
diff --git a/dev/deps/spark-deps-hadoop-3.2-hive-2.3 
b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
index 646e591..e481502 100644
--- a/dev/deps/spark-deps-hadoop-3.2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
@@ -256,4 +256,4 @@ xbean-asm7-shaded/4.15//xbean-asm7-shaded-4.15.jar
 xz/1.5//xz-1.5.jar
 zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
 zookeeper/3.4.14//zookeeper-3.4.14.jar
-zstd-jni/1.4.5-6//zstd-jni-1.4.5-6.jar
+zstd-jni/1.4.8-1//zstd-jni-1.4.8-1.jar
diff --git a/pom.xml b/pom.xml
index 9f70e39..7e0bd6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -695,7 +695,7 @@
       <dependency>
         <groupId>com.github.luben</groupId>
         <artifactId>zstd-jni</artifactId>
-        <version>1.4.5-6</version>
+        <version>1.4.8-1</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