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/22 17:32:00 UTC

[arrow] branch master updated (69d57d4 -> 02287b4)

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 69d57d4  ARROW-10064: [C++] Resolve compile warnings on Apple Clang 12
     add 02287b4  ARROW-9078: [C++] Parquet read / write extension type with nested storage type

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/extension_type.cc                   | 26 +++++++
 cpp/src/arrow/extension_type.h                    | 10 +++
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc |  3 +-
 cpp/src/parquet/arrow/reader.cc                   | 82 +++++++++++++++++++---
 cpp/src/parquet/arrow/reader_internal.cc          | 23 -------
 cpp/src/parquet/arrow/reader_internal.h           |  3 -
 cpp/src/parquet/arrow/schema.cc                   | 83 ++++++++++++++++-------
 cpp/src/parquet/arrow/schema.h                    | 11 +--
 cpp/src/parquet/arrow/writer.cc                   | 22 ++++--
 python/pyarrow/tests/test_extension_type.py       | 75 +++++++++++++++++++-
 10 files changed, 261 insertions(+), 77 deletions(-)