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 e73793e ARROW-6989: [Python] Check for out of range precision
decimals in python conversion
add 7fd9bac ARROW-6784: [C++][R] Move filter and take for ChunkedArray,
RecordBatch, and Table from Rcpp to C++ library
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/filter.cc | 87 ++++++++++++
cpp/src/arrow/compute/kernels/filter.h | 69 ++++++++++
cpp/src/arrow/compute/kernels/filter_test.cc | 152 ++++++++++++++++++++
cpp/src/arrow/compute/kernels/take.cc | 96 +++++++++++++
cpp/src/arrow/compute/kernels/take.h | 113 +++++++++++++++
cpp/src/arrow/compute/kernels/take_test.cc | 169 +++++++++++++++++++++++
cpp/src/arrow/testing/gtest_util.cc | 21 +++
cpp/src/arrow/testing/gtest_util.h | 9 ++
r/R/array.R | 5 +-
r/R/arrowExports.R | 12 ++
r/R/chunked-array.R | 13 +-
r/R/table.R | 13 +-
r/src/arrowExports.cpp | 59 +++++++-
r/src/compute.cpp | 198 ++++++++++-----------------
r/tests/testthat/test-Array.R | 6 +-
r/tests/testthat/test-Table.R | 2 +
r/tests/testthat/test-chunked-array.R | 6 +
17 files changed, 883 insertions(+), 147 deletions(-)