From 9f7c9263357186b4da4c2a175667d45055abf322 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Tue, 31 Jan 2023 22:14:39 -0800 Subject: [PATCH] [SPARK-42242][BUILD] Upgrade `snappy-java` to 1.1.9.1 ### What changes were proposed in this pull request? This PR aims to upgrade `snappy-java` to 1.1.9.1. ### Why are the changes needed? This version has the following bug fixes. - Use original compressed and uncompressed buffer's position (https://github.com/xerial/snappy-java/pull/293) - Fixed running snappy-java as OSGi bundle on Apple Silicon (M1 Pro) (https://github.com/xerial/snappy-java/pull/303) - Avoid explicit class name in throw_exception (https://github.com/xerial/snappy-java/pull/291) Here is the full release note. - https://github.com/xerial/snappy-java/releases/tag/v1.1.9.0 - https://github.com/xerial/snappy-java/releases/tag/v1.1.9.1 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes #39811 from dongjoon-hyun/SPARK-42242. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun (cherry picked from commit 65a1c16bbbc4c76343243c57dd93ad2cb13d62c8) Signed-off-by: Dongjoon Hyun --- 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 a614f07f8f56c..4244a218e8d27 100644 --- a/dev/deps/spark-deps-hadoop-2-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-2-hive-2.3 @@ -248,7 +248,7 @@ scala-xml_2.12/2.1.0//scala-xml_2.12-2.1.0.jar shims/0.9.38//shims-0.9.38.jar slf4j-api/2.0.6//slf4j-api-2.0.6.jar snakeyaml/1.33//snakeyaml-1.33.jar -snappy-java/1.1.8.4//snappy-java-1.1.8.4.jar +snappy-java/1.1.9.1//snappy-java-1.1.9.1.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/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index e6af508a90332..eaf4d2b489d7f 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -235,7 +235,7 @@ scala-xml_2.12/2.1.0//scala-xml_2.12-2.1.0.jar shims/0.9.38//shims-0.9.38.jar slf4j-api/2.0.6//slf4j-api-2.0.6.jar snakeyaml/1.33//snakeyaml-1.33.jar -snappy-java/1.1.8.4//snappy-java-1.1.8.4.jar +snappy-java/1.1.9.1//snappy-java-1.1.9.1.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 16c2c4200f59b..13c0573811294 100644 --- a/pom.xml +++ b/pom.xml @@ -185,7 +185,7 @@ 1.9.13 2.14.1 2.14.1 - 1.1.8.4 + 1.1.9.1 3.0.3 1.15 1.22