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-4419] Upgrade snappy-java to 1.1.1.6.
We previously tried up upgrade to 1.1.1.5 in #2911 but reverted that
patch after discovering a memory leak in snappy-java.  This should
leak have been fixed in 1.1.1.6, though.
  • Loading branch information
JoshRosen committed Nov 15, 2014
commit 5d6f4cc0b2cbde47d935dbc6c387c1287ed74649
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.1.3</version>
<version>1.1.1.6</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
Expand Down