You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/02/02 14:50:13 UTC

[arrow] branch master updated (9b53235 -> c715beb)

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

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


    from 9b53235  ARROW-15061: [C++] Add logging for kernel functions and exec plan nodes
     add c715beb  ARROW-10924: [C++] Validate temporal data in ValidateArrayFull

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_test.cc                  |   2 +-
 cpp/src/arrow/array/validate.cc                    |  75 ++
 cpp/src/arrow/c/bridge_test.cc                     |  12 +-
 .../arrow/compute/kernels/hash_aggregate_test.cc   |  63 +-
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  |   5 +-
 .../arrow/compute/kernels/scalar_compare_test.cc   | 446 +++++++---
 .../arrow/compute/kernels/scalar_if_else_test.cc   | 640 ++++++++++----
 cpp/src/arrow/compute/kernels/vector_hash_test.cc  | 131 ++-
 .../arrow/compute/kernels/vector_replace_test.cc   | 971 +++++++++++++++------
 cpp/src/arrow/ipc/json_simple_test.cc              |   8 +-
 cpp/src/arrow/ipc/test_common.cc                   |   8 +-
 cpp/src/arrow/testing/json_integration_test.cc     |  20 +-
 cpp/src/arrow/testing/random.cc                    |  55 +-
 cpp/src/arrow/testing/random.h                     |  14 +
 dev/archery/archery/integration/datagen.py         |  29 +
 dev/archery/archery/integration/runner.py          |   2 +
 dev/archery/archery/integration/tester_cpp.py      |   4 +
 17 files changed, 1835 insertions(+), 650 deletions(-)