Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 735DF200CD1 for ; Wed, 26 Jul 2017 13:40:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7200F168B15; Wed, 26 Jul 2017 11:40:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B7C7B168B13 for ; Wed, 26 Jul 2017 13:40:28 +0200 (CEST) Received: (qmail 78027 invoked by uid 500); 26 Jul 2017 11:40:27 -0000 Mailing-List: contact commits-help@parquet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@parquet.apache.org Delivered-To: mailing list commits@parquet.apache.org Received: (qmail 78012 invoked by uid 99); 26 Jul 2017 11:40:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2017 11:40:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C1AC7E9E9C; Wed, 26 Jul 2017 11:40:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: uwe@apache.org To: commits@parquet.apache.org Date: Wed, 26 Jul 2017 11:40:27 -0000 Message-Id: <0aa2eed8089e4ac1bb5b1b7b34c7e5ce@git.apache.org> In-Reply-To: <4b308f8181e14eea946c69b098f4450a@git.apache.org> References: <4b308f8181e14eea946c69b098f4450a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] parquet-cpp git commit: Updating CHANGELOG for 1.2.0 release. archived-at: Wed, 26 Jul 2017 11:40:29 -0000 Updating CHANGELOG for 1.2.0 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/e5e2f3df Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/e5e2f3df Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/e5e2f3df Branch: refs/heads/master-after-apache-parquet-cpp-1.2.0-rc1 Commit: e5e2f3dfb3a22bd9d85e5281651637461c131098 Parents: b3bbc39 Author: Uwe L. Korn Authored: Wed Jul 26 13:40:04 2017 +0200 Committer: Uwe L. Korn Committed: Wed Jul 26 13:40:04 2017 +0200 ---------------------------------------------------------------------- CHANGELOG | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/e5e2f3df/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3c9aec4..0d1fae0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,57 @@ +Parquet C++ 1.2.0 +-------------------------------------------------------------------------------- +## Bug + * [PARQUET-1029] - [C++] TypedColumnReader/TypeColumnWriter symbols are no longer being exported + * [PARQUET-997] - Fix override compiler warnings + * [PARQUET-1033] - Mismatched Read and Write + * [PARQUET-1007] - [C++ ] Update parquet.thrift from https://github.com/apache/parquet-format + * [PARQUET-1039] - PARQUET-911 Breaks Arrow + * [PARQUET-1038] - Key value metadata should be nullptr if not set + * [PARQUET-1018] - [C++] parquet.dll has runtime dependencies on one or more libraries in the build toolchain + * [PARQUET-1003] - [C++] Modify DEFAULT_CREATED_BY value for every new release version + * [PARQUET-1004] - CPP Building fails on windows + * [PARQUET-1040] - Missing writer method implementations + * [PARQUET-1054] - [C++] Account for Arrow API changes in ARROW-1199 + * [PARQUET-1042] - C++: Compilation breaks on GCC 4.8 + * [PARQUET-1048] - [C++] Static linking of libarrow is no longer supported + * [PARQUET-1013] - Fix ZLIB_INCLUDE_DIR + * [PARQUET-998] - C++: Release script is not usable + * [PARQUET-1023] - [C++] Brotli libraries are not being statically linked on Windows + * [PARQUET-1000] - [C++] Do not build thirdparty Arrow with /WX on MSVC + * [PARQUET-1052] - [C++] add_compiler_export_flags() throws warning with CMake >= 3.3 + * [PARQUET-1069] - C++: ./dev/release/verify-release-candidate is broken due to missing Arrow dependencies + +## Improvement + * [PARQUET-996] - Improve MSVC build - ThirdpartyToolchain - Arrow + * [PARQUET-911] - C++: Support nested structs in parquet_arrow + * [PARQUET-986] - Improve MSVC build - ThirdpartyToolchain - Thrift + * [PARQUET-864] - [C++] Consolidate non-Parquet-specific bit utility code into Apache Arrow + * [PARQUET-1043] - [C++] Raise minimum supported CMake version to 3.2 + * [PARQUET-1016] - Upgrade thirdparty Arrow to 0.4.0 + * [PARQUET-858] - [C++] Flatten parquet/column directory, consolidate related code + * [PARQUET-978] - [C++] Minimizing footer reads for small(ish) metadata + * [PARQUET-991] - [C++] Fix compiler warnings on MSVC and build with /WX in Appveyor + * [PARQUET-863] - [C++] Move SIMD, CPU info, hashing, and other generic utilities into Apache Arrow + * [PARQUET-1053] - Fix unused result warnings due to unchecked Statuses + * [PARQUET-1067] - C++: Update arrow hash to 0.5.0 + * [PARQUET-1041] - C++: Support Arrow's NullArray + * [PARQUET-1008] - Update TypedColumnReader::ReadBatch method to accept batch_size as int64_t + * [PARQUET-1044] - [C++] Use compression libraries from Apache Arrow + * [PARQUET-999] - Improve MSVC build - Enable PARQUET_BUILD_BENCHMARKS + * [PARQUET-967] - [C++] Combine libparquet/libparquet_arrow libraries + * [PARQUET-1045] - [C++] Refactor to account for computational utility code migration in ARROW-1154 + +## New Feature + * [PARQUET-1035] - Write Int96 from Arrow Timestamp(ns) + +## Task + * [PARQUET-994] - C++: release-candidate script should not push to master + * [PARQUET-902] - [C++] Move compressor interfaces into Apache Arrow + +## Test + * [PARQUET-706] - [C++] Create test case that uses libparquet as a 3rd party library + + Parquet C++ 1.1.0 -------------------------------------------------------------------------------- ## Bug