Skip to content

Commit 0c7c4c2

Browse files
committed
SPARK-2881. Upgrade snappy-java to 1.1.1.3.
This upgrades snappy-java which fixes the issue reported in SPARK-2881. This is the master branch equivalemnt to #1994 which provides a different work-around for the 1.1 branch.
1 parent 4bdfaa1 commit 0c7c4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
<dependency>
317317
<groupId>org.xerial.snappy</groupId>
318318
<artifactId>snappy-java</artifactId>
319-
<version>1.0.5</version>
319+
<version>1.1.1.3</version>
320320
</dependency>
321321
<dependency>
322322
<groupId>net.jpountz.lz4</groupId>

0 commit comments

Comments
 (0)