Repository: spark Updated Branches: refs/heads/branch-1.4 432694c18 -> eadda926c
[SPARK-2018] [CORE] Upgrade LZF library to fix endian serialization p⦠â¦roblem Pick up newer version of dependency with fix for SPARK-2018. The update involved patching the ning/compress LZF library to handle big endian systems correctly. Credit goes to gireeshpunathil for diagnosing the problem, and cowtowncoder for fixing it. Spark tests run clean for me. Author: Tim Ellison <t.p.elli...@gmail.com> Closes #6077 from tellison/UpgradeLZF and squashes the following commits: ad8d4ef [Tim Ellison] [SPARK-2018] [CORE] Upgrade LZF library to fix endian serialization problem (cherry picked from commit 5438f49ccf374fed16bc2b7fc1556e4c0095b14c) Signed-off-by: Sean Owen <so...@cloudera.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/eadda926 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/eadda926 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/eadda926 Branch: refs/heads/branch-1.4 Commit: eadda926cd9568f304a36b5cd27720deb59c2fa4 Parents: 432694c Author: Tim Ellison <t.p.elli...@gmail.com> Authored: Tue May 12 20:48:26 2015 +0100 Committer: Sean Owen <so...@cloudera.com> Committed: Tue May 12 20:48:48 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/eadda926/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 94cf283..cf9279e 100644 --- a/pom.xml +++ b/pom.xml @@ -481,7 +481,7 @@ <dependency> <groupId>com.ning</groupId> <artifactId>compress-lzf</artifactId> - <version>1.0.0</version> + <version>1.0.3</version> </dependency> <dependency> <groupId>org.xerial.snappy</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org