Repository: spark
Updated Branches:
  refs/heads/branch-1.2 899ffdcc0 -> 3c13936aa


[SPARK-6905] Upgrade to snappy-java 1.1.1.7

We should upgrade our snappy-java dependency to 1.1.1.7 in order to include a 
fix for a bug that results in worse compression in SnappyOutputStream (see 
https://github.com/xerial/snappy-java/issues/100).

Author: Josh Rosen <joshro...@databricks.com>

Closes #5512 from JoshRosen/snappy-1.1.1.7 and squashes the following commits:

f1ac0f8 [Josh Rosen] Upgrade to snappy-java 1.1.1.7.

(cherry picked from commit 6adb8bcbf0a1a7bfe2990de18c59c66cd7a0aeb8)
Signed-off-by: Josh Rosen <joshro...@databricks.com>

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/3c13936a
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3c13936a
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3c13936a

Branch: refs/heads/branch-1.2
Commit: 3c13936aa031662f7f372842979ebba56e107a0e
Parents: 899ffdc
Author: Josh Rosen <joshro...@databricks.com>
Authored: Tue Apr 14 13:40:07 2015 -0700
Committer: Josh Rosen <joshro...@databricks.com>
Committed: Tue Apr 14 13:43:53 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3c13936a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eef8540..8e49561 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
-        <version>1.1.1.6</version>
+        <version>1.1.1.7</version>
       </dependency>
       <dependency>
         <groupId>net.jpountz.lz4</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to