This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 6323abc75d4d [SPARK-45445][BUILD] Upgrade snappy to 1.1.10.5
6323abc75d4d is described below
commit 6323abc75d4d9d60b24678a9b5cd46942022b21e
Author: panbingkun <[email protected]>
AuthorDate: Sat Oct 7 15:18:14 2023 -0700
[SPARK-45445][BUILD] Upgrade snappy to 1.1.10.5
### What changes were proposed in this pull request?
The pr aims to upgrade snappy from 1.1.10.4 to 1.1.10.5.
### Why are the changes needed?
- Although the `1.1.10.4` version was upgraded approximately 2-3 weeks ago,
the new version includes some bug fixes, eg:
<img width="868" alt="image"
src="https://github.com/apache/spark/assets/15246973/6c7f05f7-382f-4e82-bb68-22fc50895b94">
- 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 #43254 from panbingkun/SPARK-45445.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[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 f4e3e2006f84..396f32aba164 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -244,7 +244,7 @@ scala-xml_2.13/2.2.0//scala-xml_2.13-2.2.0.jar
slf4j-api/2.0.9//slf4j-api-2.0.9.jar
snakeyaml-engine/2.6//snakeyaml-engine-2.6.jar
snakeyaml/2.0//snakeyaml-2.0.jar
-snappy-java/1.1.10.4//snappy-java-1.1.10.4.jar
+snappy-java/1.1.10.5//snappy-java-1.1.10.5.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 ef98ecf1291c..9e99eece0715 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
<fasterxml.jackson.databind.version>2.15.2</fasterxml.jackson.databind.version>
<ws.xmlschema.version>2.3.0</ws.xmlschema.version>
<org.glassfish.jaxb.txw2.version>3.0.2</org.glassfish.jaxb.txw2.version>
- <snappy.version>1.1.10.4</snappy.version>
+ <snappy.version>1.1.10.5</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.24.0</commons-compress.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]