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 da40124 ARROW-13574: [C++] Add 'count all' option to count kernels
add 7365806 ARROW-13595: [C++] Add debug mode check for compute kernel
output type
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/chunked_array.h | 2 +-
cpp/src/arrow/compute/exec.cc | 10 ++++++++++
cpp/src/arrow/compute/exec/expression.cc | 10 +++++++---
cpp/src/arrow/compute/exec_internal.h | 3 +++
cpp/src/arrow/compute/function.cc | 11 ++++++++---
cpp/src/arrow/datum.cc | 10 ++++++----
cpp/src/arrow/datum.h | 4 ++--
cpp/src/arrow/table.h | 2 +-
8 files changed, 38 insertions(+), 14 deletions(-)