Skip to content

Commit b40f9d0

Browse files
panbingkunyaooqinn
authored andcommitted
[SPARK-44513][BUILD] Upgrade snappy-java to 1.1.10.3
### What changes were proposed in this pull request? 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 #42113 from panbingkun/SPARK-44513. Authored-by: panbingkun <[email protected]> Signed-off-by: Kent Yao <[email protected]> (cherry picked from commit ecfb49c) Signed-off-by: Kent Yao <[email protected]>
1 parent b9d6b9a commit b40f9d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ shims/0.9.45//shims-0.9.45.jar
234234
slf4j-api/2.0.7//slf4j-api-2.0.7.jar
235235
snakeyaml-engine/2.6//snakeyaml-engine-2.6.jar
236236
snakeyaml/2.0//snakeyaml-2.0.jar
237-
snappy-java/1.1.10.2//snappy-java-1.1.10.2.jar
237+
snappy-java/1.1.10.3//snappy-java-1.1.10.3.jar
238238
spire-macros_2.12/0.17.0//spire-macros_2.12-0.17.0.jar
239239
spire-platform_2.12/0.17.0//spire-platform_2.12-0.17.0.jar
240240
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
@@ -182,7 +182,7 @@
182182
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
183183
<fasterxml.jackson.version>2.15.2</fasterxml.jackson.version>
184184
<fasterxml.jackson.databind.version>2.15.2</fasterxml.jackson.databind.version>
185-
<snappy.version>1.1.10.2</snappy.version>
185+
<snappy.version>1.1.10.3</snappy.version>
186186
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
187187
<commons-codec.version>1.16.0</commons-codec.version>
188188
<commons-compress.version>1.23.0</commons-compress.version>

0 commit comments

Comments
 (0)