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 7bc2b0f ARROW-7101: [CI] Refactor docker-compose setup and use it
with GitHub Actions
add 76cebfa ARROW-6396: [C++] Add overloads of Boolean kernels
implementing Kleene logic
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/buffer.h | 4 +
cpp/src/arrow/compute/kernels/boolean.cc | 137 +++++++++++--
cpp/src/arrow/compute/kernels/boolean.h | 36 +++-
cpp/src/arrow/compute/kernels/boolean_test.cc | 99 +++++++---
cpp/src/arrow/dataset/filter.cc | 4 +-
cpp/src/arrow/dataset/filter_test.cc | 7 +-
cpp/src/arrow/util/bit_util.cc | 35 ++++
cpp/src/arrow/util/bit_util.h | 266 +++++++++++++++++++++++++-
cpp/src/arrow/util/bit_util_benchmark.cc | 72 +++++++
cpp/src/arrow/util/bit_util_test.cc | 162 ++++++++++++++++
cpp/src/arrow/util/string_view.h | 13 +-
11 files changed, 776 insertions(+), 59 deletions(-)