Skip to content

Commit 65a1c16

Browse files
committed
[SPARK-42242][BUILD] Upgrade snappy-java to 1.1.9.1
### What changes were proposed in this pull request? This PR aims to upgrade `snappy-java` to 1.1.9.1. ### Why are the changes needed? This version has the following bug fixes. - Use original compressed and uncompressed buffer's position (xerial/snappy-java#293) - Fixed running snappy-java as OSGi bundle on Apple Silicon (M1 Pro) (xerial/snappy-java#303) - Avoid explicit class name in throw_exception (xerial/snappy-java#291) Here is the full release note. - https://github.com/xerial/snappy-java/releases/tag/v1.1.9.0 - https://github.com/xerial/snappy-java/releases/tag/v1.1.9.1 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes apache#39811 from dongjoon-hyun/SPARK-42242. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 34fb408 commit 65a1c16

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.8.4//snappy-java-1.1.8.4.jar
251+
snappy-java/1.1.9.1//snappy-java-1.1.9.1.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.8.4//snappy-java-1.1.8.4.jar
238+
snappy-java/1.1.9.1//snappy-java-1.1.9.1.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.1</fasterxml.jackson.version>
187187
<fasterxml.jackson.databind.version>2.14.1</fasterxml.jackson.databind.version>
188-
<snappy.version>1.1.8.4</snappy.version>
188+
<snappy.version>1.1.9.1</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)