This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from aaf467a ARROW-9644: [C++][Dataset] Don't apply ignore_prefixes to
partition base_dir
add 898bef8 ARROW-9665: [R] head/tail/take for Datasets
No new revisions were added by this update.
Summary of changes:
r/NAMESPACE | 7 +++
r/R/arrowExports.R | 4 ++
r/R/dataset.R | 83 ++++++++++++++++++++++++++++--
r/R/dplyr.R | 94 +++++++++++++++++++++++++++-------
r/src/arrowExports.cpp | 17 +++++++
r/src/dataset.cpp | 20 ++++++++
r/tests/testthat/test-dataset.R | 105 +++++++++++++++++++++++++++++++++-----
r/tests/testthat/test-dplyr.R | 109 ++++++++++++++++++++++++++++++++++++++++
8 files changed, 405 insertions(+), 34 deletions(-)