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 2021/11/17 10:01:11 UTC

[arrow] branch master updated (be5a0c6 -> 6b0248d)

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 be5a0c6  MINOR: [C++] Use alphabetical order
     add 6b0248d  ARROW-13589: [C++] Reconcile ValidateArray and ValidateArrayFull

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_base.cc |   5 +-
 cpp/src/arrow/array/array_test.cc |  29 +-
 cpp/src/arrow/array/util.cc       |  19 +-
 cpp/src/arrow/array/validate.cc   | 766 ++++++++++++++++++--------------------
 cpp/src/arrow/array/validate.h    |   5 +-
 cpp/src/arrow/chunked_array.cc    |  35 +-
 cpp/src/arrow/compute/exec.cc     |   4 +-
 cpp/src/arrow/ipc/dictionary.cc   |   1 -
 cpp/src/arrow/record_batch.cc     |  36 +-
 9 files changed, 441 insertions(+), 459 deletions(-)