This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from f78d59c ARROW-13890: [R] Split up test-dataset.R and test-dplyr.R
add b5814b6 ARROW-13973: [C++] Add a SelectKSinkNode
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 1 +
cpp/src/arrow/compute/exec/options.h | 15 +++
cpp/src/arrow/compute/exec/order_by_impl.cc | 104 +++++++++++++++++++++
.../{python/ipc.h => compute/exec/order_by_impl.h} | 35 +++----
cpp/src/arrow/compute/exec/plan_test.cc | 35 +++++++
cpp/src/arrow/compute/exec/sink_node.cc | 75 +++++++++------
6 files changed, 217 insertions(+), 48 deletions(-)
create mode 100644 cpp/src/arrow/compute/exec/order_by_impl.cc
copy cpp/src/arrow/{python/ipc.h => compute/exec/order_by_impl.h} (56%)