Skip to content

Commit 6ab31d4

Browse files
panbingkundongjoon-hyun
authored andcommitted
[SPARK-45445][BUILD][3.4] Upgrade snappy to 1.1.10.5
### What changes were proposed in this pull request? This is a backport of #43254. The pr aims to upgrade snappy 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 #45902 from dongjoon-hyun/SPARK-45445-3.4. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 2a453b1 commit 6ab31d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/deps/spark-deps-hadoop-2-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ scala-xml_2.12/2.1.0//scala-xml_2.12-2.1.0.jar
248248
shims/0.9.38//shims-0.9.38.jar
249249
slf4j-api/2.0.6//slf4j-api-2.0.6.jar
250250
snakeyaml/1.33//snakeyaml-1.33.jar
251-
snappy-java/1.1.10.3//snappy-java-1.1.10.3.jar
251+
snappy-java/1.1.10.5//snappy-java-1.1.10.5.jar
252252
spire-macros_2.12/0.17.0//spire-macros_2.12-0.17.0.jar
253253
spire-platform_2.12/0.17.0//spire-platform_2.12-0.17.0.jar
254254
spire-util_2.12/0.17.0//spire-util_2.12-0.17.0.jar

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ scala-xml_2.12/2.1.0//scala-xml_2.12-2.1.0.jar
235235
shims/0.9.38//shims-0.9.38.jar
236236
slf4j-api/2.0.6//slf4j-api-2.0.6.jar
237237
snakeyaml/1.33//snakeyaml-1.33.jar
238-
snappy-java/1.1.10.3//snappy-java-1.1.10.3.jar
238+
snappy-java/1.1.10.5//snappy-java-1.1.10.5.jar
239239
spire-macros_2.12/0.17.0//spire-macros_2.12-0.17.0.jar
240240
spire-platform_2.12/0.17.0//spire-platform_2.12-0.17.0.jar
241241
spire-util_2.12/0.17.0//spire-util_2.12-0.17.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
186186
<fasterxml.jackson.version>2.14.2</fasterxml.jackson.version>
187187
<fasterxml.jackson.databind.version>2.14.2</fasterxml.jackson.databind.version>
188-
<snappy.version>1.1.10.3</snappy.version>
188+
<snappy.version>1.1.10.5</snappy.version>
189189
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
190190
<commons-codec.version>1.15</commons-codec.version>
191191
<commons-compress.version>1.22</commons-compress.version>

0 commit comments

Comments
 (0)