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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new b40f9d08e57 [SPARK-44513][BUILD] Upgrade snappy-java to 1.1.10.3
b40f9d08e57 is described below

commit b40f9d08e5742b18dd5ba6349450c4af337b6b86
Author: panbingkun <[email protected]>
AuthorDate: Mon Jul 24 11:03:29 2023 +0800

    [SPARK-44513][BUILD] Upgrade snappy-java to 1.1.10.3
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade snappy-java from  1.1.10.2 to 1.1.10.3.
    
    ### Why are the changes needed?
    1.The newest version include a bug fixed:
    - Fix the GLIBC_2.32 not found issue of libsnappyjava.so in certain Linux 
distributions on s390x by kun-lu20 in 
https://github.com/xerial/snappy-java/pull/481
    
    2.Release notes:
    https://github.com/xerial/snappy-java/releases/tag/v1.1.10.3
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #42113 from panbingkun/SPARK-44513.
    
    Authored-by: panbingkun <[email protected]>
    Signed-off-by: Kent Yao <[email protected]>
    (cherry picked from commit ecfb49c57e5d953763b6408a709d81ba8737c570)
    Signed-off-by: Kent Yao <[email protected]>
---
 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 0da13f5a1a6..beae2232202 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -234,7 +234,7 @@ shims/0.9.45//shims-0.9.45.jar
 slf4j-api/2.0.7//slf4j-api-2.0.7.jar
 snakeyaml-engine/2.6//snakeyaml-engine-2.6.jar
 snakeyaml/2.0//snakeyaml-2.0.jar
-snappy-java/1.1.10.2//snappy-java-1.1.10.2.jar
+snappy-java/1.1.10.3//snappy-java-1.1.10.3.jar
 spire-macros_2.12/0.17.0//spire-macros_2.12-0.17.0.jar
 spire-platform_2.12/0.17.0//spire-platform_2.12-0.17.0.jar
 spire-util_2.12/0.17.0//spire-util_2.12-0.17.0.jar
diff --git a/pom.xml b/pom.xml
index 3c2107b1b00..6ced5c7cab7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
     <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
     <fasterxml.jackson.version>2.15.2</fasterxml.jackson.version>
     
<fasterxml.jackson.databind.version>2.15.2</fasterxml.jackson.databind.version>
-    <snappy.version>1.1.10.2</snappy.version>
+    <snappy.version>1.1.10.3</snappy.version>
     <netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
     <commons-codec.version>1.16.0</commons-codec.version>
     <commons-compress.version>1.23.0</commons-compress.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to