You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2019/12/20 15:09:17 UTC

[arrow] branch master updated (8bd27fe -> 42a2e43)

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

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


    from 8bd27fe  ARROW-7439: [C++][Dataset] Remove pointer aliases
     add 42a2e43  ARROW-7379: [C++] Introduce SchemaBuilder companion class and Field::IsCompatibleWith

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/testing/gtest_util.cc |  86 +++++-
 cpp/src/arrow/testing/gtest_util.h  |  33 ++-
 cpp/src/arrow/type.cc               | 271 ++++++++++++++----
 cpp/src/arrow/type.h                | 132 ++++++++-
 cpp/src/arrow/type_test.cc          | 540 ++++++++++++++++++++++++------------
 5 files changed, 822 insertions(+), 240 deletions(-)