aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRyan Blue <blue@apache.org>2016-05-27 16:59:38 -0700
committerCheng Lian <lian@databricks.com>2016-05-27 16:59:38 -0700
commit776d183c82b424ef7c3cae30537d8afe9b9eee83 (patch)
tree86fc982928fd18f2396072b00ade94dbd917996b /pom.xml
parent019afd9c78a9f40e1d07f0a74868010206e90ed5 (diff)
downloadspark-776d183c82b424ef7c3cae30537d8afe9b9eee83.tar.gz
spark-776d183c82b424ef7c3cae30537d8afe9b9eee83.tar.bz2
spark-776d183c82b424ef7c3cae30537d8afe9b9eee83.zip
[SPARK-9876][SQL] Update Parquet to 1.8.1.
## What changes were proposed in this pull request? This includes minimal changes to get Spark using the current release of Parquet, 1.8.1. ## How was this patch tested? This uses the existing Parquet tests. Author: Ryan Blue <blue@apache.org> Closes #13280 from rdblue/SPARK-9876-update-parquet.
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 3fa0eeb5f0..ce9aa9aa00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<!-- Version used for internal directory structure -->
<hive.version.short>1.2.1</hive.version.short>
<derby.version>10.11.1.1</derby.version>
- <parquet.version>1.7.0</parquet.version>
+ <parquet.version>1.8.1</parquet.version>
<hive.parquet.version>1.6.0</hive.parquet.version>
<jetty.version>9.2.16.v20160414</jetty.version>
<javaxservlet.version>3.1.0</javaxservlet.version>