You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/03/27 17:15:36 UTC

[arrow] branch master updated (2ca1706 -> 0f512af)

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

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


    from 2ca1706  ARROW-8061: [C++][Dataset] Provide RowGroup fragments for ParquetFileFormat
     add 0f512af  ARROW-7741: [C++] Adds parquet write support for nested types

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc                            |   6 +-
 cpp/src/arrow/array_test.cc                       |  10 ++
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc |  20 ++-
 cpp/src/parquet/arrow/path_internal.cc            | 114 ++++++++----
 cpp/src/parquet/arrow/path_internal.h             |  39 +++-
 cpp/src/parquet/arrow/path_internal_test.cc       |  35 ++++
 cpp/src/parquet/arrow/writer.cc                   | 206 ++++++++++++++++++++--
 cpp/src/parquet/file_writer.h                     |   3 +-
 cpp/src/parquet/properties.h                      |  31 +++-
 9 files changed, 405 insertions(+), 59 deletions(-)