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 f5a0caf ARROW-15743: [R] `skip` not connected up to `skip_rows` on
open_dataset despite error messages indicating otherwise
add 1b796ec ARROW-15817: [R] Use TableSourceNode instead of
InMemoryDataset
No new revisions were added by this update.
Summary of changes:
r/R/arrow-package.R | 13 ++--
r/R/arrowExports.R | 12 +++-
r/R/dataset-scan.R | 16 ++++-
r/R/dataset.R | 15 ++--
r/R/dplyr.R | 15 ++--
r/R/query-engine.R | 7 +-
r/R/record-batch-reader.R | 6 +-
r/src/arrowExports.cpp | 94 +++++++++++++------------
r/src/compute-exec.cpp | 33 ++++++---
r/src/recordbatchreader.cpp | 14 ++++
r/tests/testthat/test-dataset-dplyr.R | 4 +-
r/tests/testthat/test-dataset.R | 29 +++++---
r/tests/testthat/test-dplyr-arrange.R | 2 +-
r/tests/testthat/test-dplyr-collapse.R | 11 +--
r/tests/testthat/test-dplyr-count.R | 3 +-
r/tests/testthat/test-dplyr-distinct.R | 2 +-
r/tests/testthat/test-dplyr-filter.R | 2 +-
r/tests/testthat/test-dplyr-funcs-conditional.R | 2 +-
r/tests/testthat/test-dplyr-funcs-datetime.R | 2 +-
r/tests/testthat/test-dplyr-funcs-math.R | 2 +-
r/tests/testthat/test-dplyr-funcs-string.R | 2 +-
r/tests/testthat/test-dplyr-funcs-type.R | 2 +-
r/tests/testthat/test-dplyr-group-by.R | 2 +-
r/tests/testthat/test-dplyr-join.R | 15 ++--
r/tests/testthat/test-dplyr-mutate.R | 4 +-
r/tests/testthat/test-dplyr-query.R | 4 +-
r/tests/testthat/test-dplyr-select.R | 5 +-
r/tests/testthat/test-dplyr-summarize.R | 7 +-
r/tests/testthat/test-python.R | 5 +-
r/tests/testthat/test-record-batch-reader.R | 18 +++++
30 files changed, 224 insertions(+), 124 deletions(-)