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 dd29b04 ARROW-6300: [C++] Add Abort() method to streams
add 165b02d ARROW-5471: [C++][Gandiva] Array offset is ignored in Gandiva
projector
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/util/bit_util.cc | 2 ++
cpp/src/gandiva/annotator.cc | 10 +++---
cpp/src/gandiva/bitmap_accumulator.cc | 45 ++++++++++++-----------
cpp/src/gandiva/bitmap_accumulator.h | 14 +++++---
cpp/src/gandiva/bitmap_accumulator_test.cc | 57 +++++++++++++++++++++++-------
cpp/src/gandiva/compiled_expr.h | 2 +-
cpp/src/gandiva/eval_batch.h | 15 +++++++-
cpp/src/gandiva/filter.cc | 2 +-
cpp/src/gandiva/llvm_generator.cc | 57 +++++++++++++++++++++---------
cpp/src/gandiva/llvm_generator.h | 8 +++--
cpp/src/gandiva/llvm_generator_test.cc | 4 ++-
cpp/src/gandiva/tests/filter_test.cc | 45 +++++++++++++++++++++++
cpp/src/gandiva/tests/projector_test.cc | 38 ++++++++++++++++++++
13 files changed, 235 insertions(+), 64 deletions(-)