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 2019/09/24 17:45:05 UTC

[arrow] branch master updated (c6faaed -> b780c56)

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 c6faaed  ARROW-6669: [Rust] [DataFusion] Implement binary expression for physical plan
     add b780c56  ARROW-6187: [C++] Fallback to storage type when writing ExtensionType to Parquet

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/extension_type.cc             |  3 ++
 cpp/src/arrow/extension_type.h              |  3 ++
 cpp/src/arrow/ipc/metadata_internal.cc      |  3 --
 cpp/src/parquet/arrow/reader_internal.cc    | 44 +++++++++++++++++++++++++++++
 cpp/src/parquet/arrow/schema.cc             |  7 +++++
 cpp/src/parquet/arrow/writer.cc             |  5 +++-
 python/pyarrow/tests/test_extension_type.py | 33 ++++++++++++++++++++++
 7 files changed, 94 insertions(+), 4 deletions(-)