You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by uw...@apache.org on 2017/10/22 10:56:19 UTC

[1/2] parquet-cpp git commit: Incrementing snapshot version to 1.3.2-SNAPSHOT.

Repository: parquet-cpp
Updated Branches:
  refs/heads/master-after-apache-parquet-cpp-1.3.1-rc1 [created] 2881685cc


Incrementing snapshot version to 1.3.2-SNAPSHOT.


Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/2881685c
Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/2881685c
Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/2881685c

Branch: refs/heads/master-after-apache-parquet-cpp-1.3.1-rc1
Commit: 2881685cc58e35af782187a9bb8450ec31d1609b
Parents: b2eb433
Author: Uwe L. Korn <uw...@apache.org>
Authored: Sun Oct 22 12:55:45 2017 +0200
Committer: Uwe L. Korn <uw...@apache.org>
Committed: Sun Oct 22 12:55:45 2017 +0200

----------------------------------------------------------------------
 .parquetcppversion | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/2881685c/.parquetcppversion
----------------------------------------------------------------------
diff --git a/.parquetcppversion b/.parquetcppversion
index 5c73cd1..934ff7e 100644
--- a/.parquetcppversion
+++ b/.parquetcppversion
@@ -1 +1 @@
-1.3.1-SNAPSHOT
+1.3.2-SNAPSHOT


[2/2] parquet-cpp git commit: Updating CHANGELOG for 1.3.1 release.

Posted by uw...@apache.org.
Updating CHANGELOG for 1.3.1 release.


Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/b2eb433a
Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/b2eb433a
Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/b2eb433a

Branch: refs/heads/master-after-apache-parquet-cpp-1.3.1-rc1
Commit: b2eb433aed2885e32c59e39fcbcf6596eec70ff6
Parents: 631e2ed
Author: Uwe L. Korn <uw...@apache.org>
Authored: Sun Oct 22 12:55:45 2017 +0200
Committer: Uwe L. Korn <uw...@apache.org>
Committed: Sun Oct 22 12:55:45 2017 +0200

----------------------------------------------------------------------
 CHANGELOG | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/b2eb433a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 3f8e3ab..8629e17 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+Parquet C++ 1.3.1
+--------------------------------------------------------------------------------
+## Bug
+    * [PARQUET-1105] - [CPP] Remove libboost_system dependency 
+    * [PARQUET-1138] - [C++] Fix compilation with Arrow 0.7.1
+    * [PARQUET-1123] - [C++] Update parquet-cpp to use Arrow's AssertArraysEqual
+    * [PARQUET-1121] - C++: DictionaryArrays of NullType cannot be written
+    * [PARQUET-1139] - Add license to cmake_modules/parquet-cppConfig.cmake.in
+
+## Improvement
+    * [PARQUET-1140] - [C++] Fail on RAT errors in CI
+    * [PARQUET-1070] - Add CPack support to the build
+
+
 Parquet C++ 1.3.0
 --------------------------------------------------------------------------------
 ## Bug