You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/09/23 01:09:01 UTC

[spark] branch master updated: [SPARK-40531][BUILD] Upgrade zstd-jni from 1.5.2-3 to 1.5.2-4

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

gurwls223 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 579b2dadbe7 [SPARK-40531][BUILD] Upgrade zstd-jni from 1.5.2-3 to 1.5.2-4
579b2dadbe7 is described below

commit 579b2dadbe7308c3fc00d3366e5492fcb2fbe8e3
Author: panbingkun <pb...@gmail.com>
AuthorDate: Fri Sep 23 10:08:45 2022 +0900

    [SPARK-40531][BUILD] Upgrade zstd-jni from 1.5.2-3 to 1.5.2-4
    
    ### What changes were proposed in this pull request?
    The pr aim to upgrad zstd-jni from 1.5.2-3 to 1.5.2-4
    
    ### Why are the changes needed?
    1.5.2-3 VS 1.5.2-4
    <img width="909" alt="image" src="https://user-images.githubusercontent.com/15246973/191741246-9a3b22dc-18ed-45f1-9d2e-fc1c8c1647c3.png">
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #37970 from panbingkun/upgrade_zstd_jni.
    
    Authored-by: panbingkun <pb...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 dev/deps/spark-deps-hadoop-2-hive-2.3 | 2 +-
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
 pom.xml                               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2-hive-2.3 b/dev/deps/spark-deps-hadoop-2-hive-2.3
index 8d264634659..401ebffb8f4 100644
--- a/dev/deps/spark-deps-hadoop-2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2-hive-2.3
@@ -266,4 +266,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.2-3//zstd-jni-1.5.2-3.jar
+zstd-jni/1.5.2-4//zstd-jni-1.5.2-4.jar
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 25d2a2169e9..e797af64caf 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -251,4 +251,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.2-3//zstd-jni-1.5.2-3.jar
+zstd-jni/1.5.2-4//zstd-jni-1.5.2-4.jar
diff --git a/pom.xml b/pom.xml
index 98530fbb7d1..aff13393312 100644
--- a/pom.xml
+++ b/pom.xml
@@ -797,7 +797,7 @@
       <dependency>
         <groupId>com.github.luben</groupId>
         <artifactId>zstd-jni</artifactId>
-        <version>1.5.2-3</version>
+        <version>1.5.2-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