Repository: spark Updated Branches: refs/heads/branch-1.1 6c10c2770 -> b7541ae89
[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 (cherry picked from commit 898b22ab1fe90e8a3935b19566465046f2256fa6) Signed-off-by: Josh Rosen <[email protected]> Conflicts: pom.xml Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b7541ae8 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b7541ae8 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b7541ae8 Branch: refs/heads/branch-1.1 Commit: b7541ae89c3db71979f11f2f0b2cb737cb5d1fb3 Parents: 6c10c27 Author: Josh Rosen <[email protected]> Authored: Fri Oct 24 17:21:08 2014 -0700 Committer: Josh Rosen <[email protected]> Committed: Fri Oct 24 17:22:40 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/b7541ae8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e7ed883..bdf6cad 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> - <version>1.0.5.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]
