You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by zi...@apache.org on 2018/03/29 13:24:14 UTC

[parquet-format] branch master updated (d9ee1b9 -> a5b8426)

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

zivanfi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git.


    from d9ee1b9  PARQUET-1260: Add Zoltan Ivanfi's code signing key to the KEYS file (#91)
     new af854cf  PARQUET-1234: Update CHANGES.md.
     new a5b8426  [maven-release-plugin] prepare release apache-parquet-format-2.5.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md | 27 +++++++++++++++++++++++++++
 pom.xml    |  4 ++--
 2 files changed, 29 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
zivanfi@apache.org.

[parquet-format] 01/02: PARQUET-1234: Update CHANGES.md.

Posted by zi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit af854cfeeca39539719dea21bb98c76e137a1788
Author: Gabor Szadovszky <ga...@cloudera.com>
AuthorDate: Mon Mar 26 15:27:06 2018 +0200

    PARQUET-1234: Update CHANGES.md.
---
 CHANGES.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 85d710c..c0c529a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -19,6 +19,33 @@
 
 # Parquet #
 
+### Version 2.5.0 ###
+
+#### Bug
+
+*   [PARQUET-323](https://issues.apache.org/jira/browse/PARQUET-323) - INT96 should be marked as deprecated
+*   [PARQUET-1064](https://issues.apache.org/jira/browse/PARQUET-1064) - Deprecate type-defined sort ordering for INTERVAL type
+*   [PARQUET-1065](https://issues.apache.org/jira/browse/PARQUET-1065) - Deprecate type-defined sort ordering for INT96 type
+*   [PARQUET-1145](https://issues.apache.org/jira/browse/PARQUET-1145) - Add license to .gitignore and .travis.yml
+*   [PARQUET-1156](https://issues.apache.org/jira/browse/PARQUET-1156) - dev/merge\_parquet\_pr.py problems
+*   [PARQUET-1236](https://issues.apache.org/jira/browse/PARQUET-1236) - Upgrade org.slf4j:slf4j-api:1.7.2 to 1.7.12
+*   [PARQUET-1242](https://issues.apache.org/jira/browse/PARQUET-1242) - parquet.thrift refers to wrong releases for the new compressions
+*   [PARQUET-1251](https://issues.apache.org/jira/browse/PARQUET-1251) - Clarify ambiguous min/max stats for FLOAT/DOUBLE
+*   [PARQUET-1258](https://issues.apache.org/jira/browse/PARQUET-1258) - Update scm developer connection to github
+
+#### New Feature
+
+*   [PARQUET-1201](https://issues.apache.org/jira/browse/PARQUET-1201)  - Write column indexes
+
+#### Improvement
+
+*   [PARQUET-1171](https://issues.apache.org/jira/browse/PARQUET-1171) - \[C++\] Clarify valid uses for RLE, BIT_PACKED encodings
+*   [PARQUET-1197](https://issues.apache.org/jira/browse/PARQUET-1197) - Log rat failures
+
+#### Task
+
+*   [PARQUET-1234](https://issues.apache.org/jira/browse/PARQUET-1234) - Release Parquet format 2.5.0
+
 ### Version 2.4.0 ###
 
 #### Bug

-- 
To stop receiving notification emails like this one, please contact
zivanfi@apache.org.

[parquet-format] 02/02: [maven-release-plugin] prepare release apache-parquet-format-2.5.0

Posted by zi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a5b842613309a60b59d07af5d02a76c00e9ef2ac
Author: Zoltan Ivanfi <zi...@cloudera.com>
AuthorDate: Thu Mar 29 15:24:10 2018 +0200

    [maven-release-plugin] prepare release apache-parquet-format-2.5.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 46efd04..9eeebf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.parquet</groupId>
   <artifactId>parquet-format</artifactId>
-  <version>2.4.1-SNAPSHOT</version>
+  <version>2.5.0</version>
   <packaging>jar</packaging>
 
   <name>Apache Parquet Format</name>
@@ -39,7 +39,7 @@
     <connection>scm:git:git@github.com:apache/parquet-format.git</connection>
     <url>scm:git:git@github.com:apache/parquet-format.git</url>
     <developerConnection>scm:git:git@github.com:apache/parquet-format.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>apache-parquet-format-2.5.0</tag>
   </scm>
 
   <licenses>

-- 
To stop receiving notification emails like this one, please contact
zivanfi@apache.org.