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 b0b622b ARROW-11457: [Rust] Make string comparisson kernels generic
over Utf8 and LargeUtf8
add a7ae73b ARROW-10520: [C++][R] Implement add/remove/replace for
RecordBatch
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/record_batch.cc | 31 ++++++++++++++--
cpp/src/arrow/record_batch.h | 5 +++
cpp/src/arrow/record_batch_test.cc | 52 +++++++++++++++++++++++---
r/NEWS.md | 1 +
r/R/arrowExports.R | 8 ++++
r/R/record-batch.R | 4 +-
r/src/arrowExports.cpp | 24 ++++++++++++
r/src/recordbatch.cpp | 16 ++++++++
r/tests/testthat/test-RecordBatch.R | 74 +++++++++++++++++++++++++++++++++++++
9 files changed, 203 insertions(+), 12 deletions(-)