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 67a29fd ARROW-14757: [Doc] Steps in making your first PR - R bindings
add ec38aeb ARROW-1699: [C++] forward, backward fill kernel functions
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_vector.cc | 8 +
cpp/src/arrow/compute/api_vector.h | 28 +
cpp/src/arrow/compute/kernels/vector_replace.cc | 463 ++++++++++++-
.../arrow/compute/kernels/vector_replace_test.cc | 738 +++++++++++++++++++++
cpp/src/arrow/testing/generator.h | 35 +
cpp/src/arrow/util/bit_util_test.cc | 41 ++
cpp/src/arrow/util/bitmap_ops.cc | 73 ++
cpp/src/arrow/util/bitmap_ops.h | 24 +
8 files changed, 1389 insertions(+), 21 deletions(-)