From 805d0abd2d548db4becce3cd203a4fcb0467aaa2 Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Wed, 11 Sep 2024 08:44:56 -0700 Subject: [PATCH] [SPARK-49599][BUILD] Upgrade snappy-java to 1.1.10.7 ### What changes were proposed in this pull request? This pr aims to upgrade snappy-java from 1.1.10.6 to 1.1.10.7. ### Why are the changes needed? The new version bring a small performance improvement reading crc32c values in SnappyFramedInputStream - https://github.com/xerial/snappy-java/pull/594 The full release notes as follows: - https://github.com/xerial/snappy-java/releases/tag/v1.1.10.7 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass Github Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes #48076 from LuciferYang/SPARK-49599. Authored-by: yangjie01 Signed-off-by: Dongjoon Hyun --- 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 78da866076a5b..69123f91fcaf3 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.16//slf4j-api-2.0.16.jar snakeyaml-engine/2.7//snakeyaml-engine-2.7.jar snakeyaml/2.2//snakeyaml-2.2.jar -snappy-java/1.1.10.6//snappy-java-1.1.10.6.jar +snappy-java/1.1.10.7//snappy-java-1.1.10.7.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 9780204a121bc..4b769b1f7feef 100644 --- a/pom.xml +++ b/pom.xml @@ -183,7 +183,7 @@ 2.17.2 2.17.2 2.3.1 - 1.1.10.6 + 1.1.10.7 3.0.3 1.17.1 1.27.1