This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 431785f306 GH-14790: [Dev] Avoid extra comment with Closes issue id on
PRs (#35811)
add 44d1b6153b GH-35765: [C++] Split vector_selection.cc into more
compilation units (#35751)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 3 +
cpp/src/arrow/compute/kernels/vector_selection.cc | 2194 +-------------------
.../kernels/vector_selection_filter_internal.cc | 922 ++++++++
.../kernels/vector_selection_filter_internal.h} | 19 +-
.../compute/kernels/vector_selection_internal.cc | 814 ++++++++
.../compute/kernels/vector_selection_internal.h | 69 +
.../kernels/vector_selection_take_internal.cc | 740 +++++++
.../kernels/vector_selection_take_internal.h} | 20 +-
8 files changed, 2581 insertions(+), 2200 deletions(-)
create mode 100644
cpp/src/arrow/compute/kernels/vector_selection_filter_internal.cc
copy cpp/src/arrow/{util/bpacking.h =>
compute/kernels/vector_selection_filter_internal.h} (70%)
create mode 100644 cpp/src/arrow/compute/kernels/vector_selection_internal.cc
create mode 100644 cpp/src/arrow/compute/kernels/vector_selection_internal.h
create mode 100644
cpp/src/arrow/compute/kernels/vector_selection_take_internal.cc
copy cpp/src/arrow/{util/bpacking.h =>
compute/kernels/vector_selection_take_internal.h} (69%)