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 2023/02/01 10:12:36 UTC

[spark] branch branch-3.4 updated: [SPARK-42274][BUILD] Upgrade `compress-lzf` to 1.1.2

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

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


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new ef6a6e357b9 [SPARK-42274][BUILD] Upgrade `compress-lzf` to 1.1.2
ef6a6e357b9 is described below

commit ef6a6e357b9d9bab7c97f8d69777c34dab8aff9f
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed Feb 1 02:12:15 2023 -0800

    [SPARK-42274][BUILD] Upgrade `compress-lzf` to 1.1.2
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `compress-lz4` to 1.1.2.
    
    ### Why are the changes needed?
    
    `compress-lz4 1.1.1+` starts to support `Java 9+` officially.
    - [v1.1.1](https://github.com/ning/compress/milestone/7?closed=1)
    - [v1.1.2](https://github.com/ning/compress/milestone/8?closed=1)
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes, but only a dependency change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #39841 from dongjoon-hyun/SPARK-42274.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit e823ce4eebd1cdfdc637484df553bbb3814bac96)
    Signed-off-by: Dongjoon Hyun <do...@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 4244a218e8d..cad0174895a 100644
--- a/dev/deps/spark-deps-hadoop-2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2-hive-2.3
@@ -53,7 +53,7 @@ commons-math3/3.6.1//commons-math3-3.6.1.jar
 commons-net/3.1//commons-net-3.1.jar
 commons-pool/1.5.4//commons-pool-1.5.4.jar
 commons-text/1.10.0//commons-text-1.10.0.jar
-compress-lzf/1.1//compress-lzf-1.1.jar
+compress-lzf/1.1.2//compress-lzf-1.1.2.jar
 curator-client/2.7.1//curator-client-2.7.1.jar
 curator-framework/2.7.1//curator-framework-2.7.1.jar
 curator-recipes/2.7.1//curator-recipes-2.7.1.jar
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3
index eaf4d2b489d..46a4e68351b 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -50,7 +50,7 @@ commons-logging/1.1.3//commons-logging-1.1.3.jar
 commons-math3/3.6.1//commons-math3-3.6.1.jar
 commons-pool/1.5.4//commons-pool-1.5.4.jar
 commons-text/1.10.0//commons-text-1.10.0.jar
-compress-lzf/1.1//compress-lzf-1.1.jar
+compress-lzf/1.1.2//compress-lzf-1.1.2.jar
 curator-client/2.13.0//curator-client-2.13.0.jar
 curator-framework/2.13.0//curator-framework-2.13.0.jar
 curator-recipes/2.13.0//curator-recipes-2.13.0.jar
diff --git a/pom.xml b/pom.xml
index 13c05738112..8733a6379ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -791,7 +791,7 @@
       <dependency>
         <groupId>com.ning</groupId>
         <artifactId>compress-lzf</artifactId>
-        <version>1.1</version>
+        <version>1.1.2</version>
       </dependency>
       <dependency>
         <groupId>org.xerial.snappy</groupId>


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