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 f47e227 ARROW-9373: [C++] Fix Parquet crash on invalid input
(OSS-Fuzz)
add caff2e4 ARROW-9380: [C++] Fix Filter crashes and bug in kernels with
NullHandling::OUTPUT_NOT_NULL
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/data.h | 6 ++++++
cpp/src/arrow/compute/exec.cc | 18 +++++++++++-------
cpp/src/arrow/compute/function.cc | 22 +++++++++++-----------
cpp/src/arrow/compute/function.h | 2 ++
.../arrow/compute/kernels/scalar_validity_test.cc | 6 ++++++
cpp/src/arrow/compute/kernels/vector_selection.cc | 7 ++++---
.../arrow/compute/kernels/vector_selection_test.cc | 20 ++++++++++++++++++++
7 files changed, 60 insertions(+), 21 deletions(-)