You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/08/31 17:22:48 UTC

[arrow] branch master updated (de87636 -> 87b85af)

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

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


    from de87636  ARROW-9884: [R] Bindings for writing datasets to Parquet
     add 87b85af  ARROW-8493: [C++][Parquet] Start populating repeated ancestor defintion

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_schema_test.cc | 341 +++++++++++++++++++++++++++--
 cpp/src/parquet/arrow/reader.cc            |   7 +-
 cpp/src/parquet/arrow/schema.cc            | 131 +++++------
 cpp/src/parquet/arrow/schema.h             |  20 +-
 cpp/src/parquet/level_conversion.h         | 108 +++++++++
 5 files changed, 511 insertions(+), 96 deletions(-)