aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2017-01-31 11:43:52 +0100
committerReynold Xin <rxin@databricks.com>2017-01-31 11:43:52 +0100
commit26a4cba3ffaadf382ca14980378965704ccef9ab (patch)
tree2fe0c365b1d75a36f45d9f31a0ef11116c315862 /pom.xml
parentbe7425e26ab8248a4bfbea8cad05dd66e3427b5c (diff)
downloadspark-26a4cba3ffaadf382ca14980378965704ccef9ab.tar.gz
spark-26a4cba3ffaadf382ca14980378965704ccef9ab.tar.bz2
spark-26a4cba3ffaadf382ca14980378965704ccef9ab.zip
[SPARK-19409][BUILD] Bump parquet version to 1.8.2
## What changes were proposed in this pull request? According to the discussion on #16281 which tried to upgrade toward Apache Parquet 1.9.0, Apache Spark community prefer to upgrade to 1.8.2 instead of 1.9.0. Now, Apache Parquet 1.8.2 is released officially last week on 26 Jan. We can use 1.8.2 now. https://lists.apache.org/thread.html/af0c813f1419899289a336d96ec02b3bbeecaea23aa6ef69f435c142%3Cdev.parquet.apache.org%3E This PR only aims to bump Parquet version to 1.8.2. It didn't touch any other codes. ## How was this patch tested? Pass the existing tests and also manually by doing `./dev/test-dependencies.sh`. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #16751 from dongjoon-hyun/SPARK-19409.
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 fdc1917a0e..3679b4e263 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
<!-- Version used for internal directory structure -->
<hive.version.short>1.2.1</hive.version.short>
<derby.version>10.12.1.1</derby.version>
- <parquet.version>1.8.1</parquet.version>
+ <parquet.version>1.8.2</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>