aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAdam Roberts <aroberts@uk.ibm.com>2016-09-06 22:13:25 +0100
committerSean Owen <sowen@cloudera.com>2016-09-06 22:13:25 +0100
commit6c08dbf683875ff1ba724447e0531f673bcff8ba (patch)
treef4786758fd3beecf7fb59e8524506fe08042eb59 /pom.xml
parentf7e26d788757f917b32749856bb29feb7b4c2987 (diff)
downloadspark-6c08dbf683875ff1ba724447e0531f673bcff8ba.tar.gz
spark-6c08dbf683875ff1ba724447e0531f673bcff8ba.tar.bz2
spark-6c08dbf683875ff1ba724447e0531f673bcff8ba.zip
[SPARK-17378][BUILD] Upgrade snappy-java to 1.1.2.6
## What changes were proposed in this pull request? Upgrades the Snappy version to 1.1.2.6 from 1.1.2.4, release notes: https://github.com/xerial/snappy-java/blob/master/Milestone.md mention "Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142)" ## How was this patch tested? Existing unit tests using the latest IBM Java 8 on Intel, Power and Z architectures (little and big-endian) Author: Adam Roberts <aroberts@uk.ibm.com> Closes #14958 from a-roberts/master.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2c265c1fa3..e6c28977ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<scala.binary.version>2.11</scala.binary.version>
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
<fasterxml.jackson.version>2.6.5</fasterxml.jackson.version>
- <snappy.version>1.1.2.4</snappy.version>
+ <snappy.version>1.1.2.6</snappy.version>
<netlib.java.version>1.1.2</netlib.java.version>
<calcite.version>1.2.0-incubating</calcite.version>
<commons-codec.version>1.10</commons-codec.version>