You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/09/24 09:46:16 UTC

[arrow] branch master updated (ea4a405 -> 04eb733)

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

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from ea4a405  ARROW-10051: [C++][Compute] Move kernel state when merging
     add 04eb733  ARROW-9603: [C++] Fix parquet write to not assume leaf-array validity bitmaps have the same values as parent structs

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc |  40 ++-
 cpp/src/parquet/arrow/path_internal.cc            |   3 +
 cpp/src/parquet/arrow/path_internal.h             |   3 +
 cpp/src/parquet/arrow/reader.cc                   |   7 -
 cpp/src/parquet/arrow/writer.cc                   |   3 +-
 cpp/src/parquet/column_writer.cc                  | 305 ++++++++++++++--------
 cpp/src/parquet/column_writer.h                   |  11 +-
 cpp/src/parquet/exception.h                       |   7 +
 8 files changed, 249 insertions(+), 130 deletions(-)