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/02/12 23:29:21 UTC

[arrow] branch master updated (9f0c70c -> 3bc01ec)

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 9f0c70c  ARROW-2447: [C++] Device and MemoryManager API
     add 3bc01ec  ARROW-7815: [C++] Improve input validation

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc               | 24 +++++------
 cpp/src/arrow/array/validate.cc      | 65 ++++++++++++++++++++++++-----
 cpp/src/arrow/array_list_test.cc     |  7 ++++
 cpp/src/arrow/array_struct_test.cc   | 25 +++++++++++
 cpp/src/arrow/array_union_test.cc    | 32 ++++++++++++++
 cpp/src/arrow/type.cc                |  8 +++-
 cpp/src/arrow/type.h                 | 81 ++++++++++++++++++++++++++----------
 cpp/src/arrow/util/bit_util.h        |  6 ++-
 cpp/src/arrow/util/bit_util_test.cc  | 16 +++++++
 python/pyarrow/includes/libarrow.pxd |  5 ++-
 python/pyarrow/types.pxi             |  2 +-
 testing                              |  2 +-
 12 files changed, 224 insertions(+), 49 deletions(-)