Skip to content

Commit 06c29bc

Browse files
JoshRosenrxin
authored andcommitted
[SPARK-4419] Upgrade snappy-java to 1.1.1.6
This upgrades snappy-java to 1.1.1.6, which includes a patch that improves error messages when attempting to deserialize empty inputs using SnappyInputStream (see xerial/snappy-java#89). 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 (see xerial/snappy-java#92). Author: Josh Rosen <[email protected]> Closes #3287 from JoshRosen/SPARK-4419 and squashes the following commits: 5d6f4cc [Josh Rosen] [SPARK-4419] Upgrade snappy-java to 1.1.1.6. (cherry picked from commit 7d8e152) Signed-off-by: Reynold Xin <[email protected]>
1 parent 9eac5fe commit 06c29bc

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
@@ -413,7 +413,7 @@
413413
<dependency>
414414
<groupId>org.xerial.snappy</groupId>
415415
<artifactId>snappy-java</artifactId>
416-
<version>1.1.1.3</version>
416+
<version>1.1.1.6</version>
417417
</dependency>
418418
<dependency>
419419
<groupId>net.jpountz.lz4</groupId>

0 commit comments

Comments
 (0)