From 06c29bccb68f116effe85e3ab1f605a2dfa36a31 Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Sat, 15 Nov 2014 22:22:34 -0800 Subject: [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 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 7d8e152eecc7e822b7b1e40b791267a8911e01cf) Signed-off-by: Reynold Xin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 90d3bff76b..639ea22a1f 100644 --- a/pom.xml +++ b/pom.xml @@ -413,7 +413,7 @@ org.xerial.snappy snappy-java - 1.1.1.3 + 1.1.1.6 net.jpountz.lz4 -- cgit v1.2.3