You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2021/07/22 21:05:19 UTC

[spark] branch branch-3.2 updated: [SPARK-36262][BUILD] Upgrade ZSTD-JNI to 1.5.0-4

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

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


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 60566f9  [SPARK-36262][BUILD] Upgrade ZSTD-JNI to 1.5.0-4
60566f9 is described below

commit 60566f9d8e921ac815cc2485d3871dc31149d332
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Thu Jul 22 14:03:59 2021 -0700

    [SPARK-36262][BUILD] Upgrade ZSTD-JNI to 1.5.0-4
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade ZSTD-JNI to 1.5.0-4.
    
    ### Why are the changes needed?
    
    ZSTD-JNI 1.5.0-3 has a packaging issue. 1.5.0-4 is recommended to be used instead.
    - https://github.com/luben/zstd-jni/issues/181#issuecomment-885138495
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #33483 from dongjoon-hyun/SPARK-36262.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit a1a197403b2e88f11523c872f1789b3e94fa97d9)
    Signed-off-by: Dongjoon Hyun <do...@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 e0a4af0..c2994ec 100644
--- a/dev/deps/spark-deps-hadoop-2.7-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
@@ -243,4 +243,4 @@ xz/1.8//xz-1.8.jar
 zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
 zookeeper-jute/3.6.2//zookeeper-jute-3.6.2.jar
 zookeeper/3.6.2//zookeeper-3.6.2.jar
-zstd-jni/1.5.0-3//zstd-jni-1.5.0-3.jar
+zstd-jni/1.5.0-4//zstd-jni-1.5.0-4.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 49c362c..f574770 100644
--- a/dev/deps/spark-deps-hadoop-3.2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
@@ -211,4 +211,4 @@ xz/1.8//xz-1.8.jar
 zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
 zookeeper-jute/3.6.2//zookeeper-jute-3.6.2.jar
 zookeeper/3.6.2//zookeeper-3.6.2.jar
-zstd-jni/1.5.0-3//zstd-jni-1.5.0-3.jar
+zstd-jni/1.5.0-4//zstd-jni-1.5.0-4.jar
diff --git a/pom.xml b/pom.xml
index 5dc4cd4..f03cc50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -709,7 +709,7 @@
       <dependency>
         <groupId>com.github.luben</groupId>
         <artifactId>zstd-jni</artifactId>
-        <version>1.5.0-3</version>
+        <version>1.5.0-4</version>
       </dependency>
       <dependency>
         <groupId>com.clearspring.analytics</groupId>

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