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

ruifengz 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 8a0986fc4e25 [SPARK-49170][BUILD] Upgrade snappy to 1.1.10.6
8a0986fc4e25 is described below

commit 8a0986fc4e254d2ffe141d17c68fcf83b69a2cb5
Author: panbingkun <[email protected]>
AuthorDate: Fri Aug 9 17:10:41 2024 +0800

    [SPARK-49170][BUILD] Upgrade snappy to 1.1.10.6
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade `snappy` from `1.1.10.5` to `1.1.10.6`.
    
    ### Why are the changes needed?
    Full release notes:
    https://github.com/xerial/snappy-java/releases
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #47675 from panbingkun/SPARK-49170.
    
    Authored-by: panbingkun <[email protected]>
    Signed-off-by: Ruifeng Zheng <[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 88ce34b82213..264fc2ac0c3c 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -256,7 +256,7 @@ scala-xml_2.13/2.3.0//scala-xml_2.13-2.3.0.jar
 slf4j-api/2.0.14//slf4j-api-2.0.14.jar
 snakeyaml-engine/2.7//snakeyaml-engine-2.7.jar
 snakeyaml/2.2//snakeyaml-2.2.jar
-snappy-java/1.1.10.5//snappy-java-1.1.10.5.jar
+snappy-java/1.1.10.6//snappy-java-1.1.10.6.jar
 spire-macros_2.13/0.18.0//spire-macros_2.13-0.18.0.jar
 spire-platform_2.13/0.18.0//spire-platform_2.13-0.18.0.jar
 spire-util_2.13/0.18.0//spire-util_2.13-0.18.0.jar
diff --git a/pom.xml b/pom.xml
index 6498c65d9632..54c32e9bb5bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
     
<fasterxml.jackson.databind.version>2.17.2</fasterxml.jackson.databind.version>
     <ws.xmlschema.version>2.3.1</ws.xmlschema.version>
     <org.glassfish.jaxb.txw2.version>3.0.2</org.glassfish.jaxb.txw2.version>
-    <snappy.version>1.1.10.5</snappy.version>
+    <snappy.version>1.1.10.6</snappy.version>
     <netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
     <commons-codec.version>1.17.1</commons-codec.version>
     <commons-compress.version>1.26.2</commons-compress.version>


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

Reply via email to