Skip to content

Commit 2456455

Browse files
panbingkunwangyum
authored andcommitted
[SPARK-44513][BUILD][3.4] Upgrade snappy-java to 1.1.10.3
### What changes were proposed in this pull request? - The pr is for branch-3.4. - The pr aims to upgrade snappy-java from 1.1.10.2 to 1.1.10.3. ### Why are the changes needed? 1.The newest version include a bug fixed: - Fix the GLIBC_2.32 not found issue of libsnappyjava.so in certain Linux distributions on s390x by kun-lu20 in xerial/snappy-java#481 2.Release notes: https://github.com/xerial/snappy-java/releases/tag/v1.1.10.3 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. Closes #42127 from panbingkun/branch-3.4_snappy_1_1_10_3. Authored-by: panbingkun <[email protected]> Signed-off-by: Yuming Wang <[email protected]>
1 parent 4f9d6d0 commit 2456455

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.2//snappy-java-1.1.10.2.jar
251+
snappy-java/1.1.10.3//snappy-java-1.1.10.3.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.2//snappy-java-1.1.10.2.jar
238+
snappy-java/1.1.10.3//snappy-java-1.1.10.3.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.2</snappy.version>
188+
<snappy.version>1.1.10.3</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)