Repository: spark Updated Branches: refs/heads/master 6c98c29ae -> 898b22ab1
[SPARK-4056] Upgrade snappy-java to 1.1.1.5 This upgrades snappy-java to 1.1.1.5, which improves error messages when attempting to deserialize empty inputs using SnappyInputStream (see https://github.com/xerial/snappy-java/issues/89). Author: Josh Rosen <[email protected]> Author: Josh Rosen <[email protected]> Closes #2911 from JoshRosen/upgrade-snappy-java and squashes the following commits: adec96c [Josh Rosen] Use snappy-java 1.1.1.5 cc953d6 [Josh Rosen] [SPARK-4056] Upgrade snappy-java to 1.1.1.4 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/898b22ab Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/898b22ab Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/898b22ab Branch: refs/heads/master Commit: 898b22ab1fe90e8a3935b19566465046f2256fa6 Parents: 6c98c29 Author: Josh Rosen <[email protected]> Authored: Fri Oct 24 17:21:08 2014 -0700 Committer: Josh Rosen <[email protected]> Committed: Fri Oct 24 17:21:08 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/898b22ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a119526..030bea9 100644 --- a/pom.xml +++ b/pom.xml @@ -346,7 +346,7 @@ <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> - <version>1.1.1.3</version> + <version>1.1.1.5</version> </dependency> <dependency> <groupId>net.jpountz.lz4</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
