Skip to content

Commit

Permalink
[SPARK-43758][BUILD] Upgrade snappy-java to 1.1.10.0
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR upgrades `snappy-java` version to 1.1.10.0 from 1.1.9.1.

### Why are the changes needed?

The new `snappy-java` version fixes a potential issue for Graviton support when used with old GLIBC versions. See xerial/snappy-java#417.

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Existing tests.

Closes #41285 from sunchao/snappy-java.

Authored-by: Chao Sun <sunchao@apple.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
sunchao authored and dongjoon-hyun committed May 24, 2023
1 parent 06648ef commit 1e17c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ shims/0.9.44//shims-0.9.44.jar
slf4j-api/2.0.7//slf4j-api-2.0.7.jar
snakeyaml-engine/2.6//snakeyaml-engine-2.6.jar
snakeyaml/2.0//snakeyaml-2.0.jar
snappy-java/1.1.9.1//snappy-java-1.1.9.1.jar
snappy-java/1.1.10.0//snappy-java-1.1.10.0.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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
<fasterxml.jackson.version>2.15.0</fasterxml.jackson.version>
<fasterxml.jackson.databind.version>2.15.0</fasterxml.jackson.databind.version>
<snappy.version>1.1.9.1</snappy.version>
<snappy.version>1.1.10.0</snappy.version>
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-compress.version>1.23.0</commons-compress.version>
Expand Down

0 comments on commit 1e17c86

Please sign in to comment.