You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by nk...@apache.org on 2019/10/06 20:55:32 UTC

[parquet-mr] branch master updated: PARQUET-1673: Upgrade parquet-mr format version to 2.7.0 (#690)

This is an automated email from the ASF dual-hosted git repository.

nkollar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 7772644  PARQUET-1673: Upgrade parquet-mr format version to 2.7.0 (#690)
7772644 is described below

commit 7772644c555f5c86af07c6906b66a99c9330c098
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Sun Oct 6 23:55:27 2019 +0300

    PARQUET-1673: Upgrade parquet-mr format version to 2.7.0 (#690)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85ec3cf..445836f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
     <hadoop1.version>1.2.1</hadoop1.version>
     <cascading.version>2.7.1</cascading.version>
     <cascading3.version>3.1.2</cascading3.version>
-    <parquet.format.version>2.6.0</parquet.format.version>
+    <parquet.format.version>2.7.0</parquet.format.version>
     <previous.version>1.7.0</previous.version>
     <thrift.executable>thrift</thrift.executable>
     <format.thrift.executable>thrift</format.thrift.executable>