Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
pwendell committed Aug 17, 2014
commit 0c7c4c2c8260df0aecdb4daab068cddb5768211f
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.0.5</version>
<version>1.1.1.3</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
Expand Down