From 0a0c367299bf7bad6df7824095329c122f3e74ac Mon Sep 17 00:00:00 2001 From: Yuming Wang Date: Sat, 15 Jul 2023 10:23:14 +0800 Subject: [PATCH] [SPARK-44415][BUILD] Upgrade snappy-java to 1.1.10.2 ### What changes were proposed in this pull request? This PR upgrades snappy-java to 1.1.10.2. snappy-java 1.1.10.2 includes the following changes: https://github.com/xerial/snappy-java/releases/tag/v1.1.10.2 ### Why are the changes needed? It seem the 1.1.10.1's libsnappy.so fails to uncompress on s390x. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. Closes #41994 from wangyum/SPARK-44415. Authored-by: Yuming Wang Signed-off-by: Yuming Wang --- 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 663d4441ed8df..0da13f5a1a6f2 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.1//snappy-java-1.1.10.1.jar +snappy-java/1.1.10.2//snappy-java-1.1.10.2.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 6d5464d25a36b..eac34643fc977 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,7 @@ 1.9.13 2.15.2 2.15.2 - 1.1.10.1 + 1.1.10.2 3.0.3 1.16.0 1.23.0