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 b4143d3 ARROW-15315: [Java] [FlightRPC] FlightSqlProducer#doAction
always throws INVALID_ARGUMENT
add 03219e2 ARROW-10485: [R] Accept partitioning in open_dataset when
file paths are hive-style
No new revisions were added by this update.
Summary of changes:
r/R/arrowExports.R | 13 ++++-
r/R/dataset-factory.R | 74 ++++++++++++++++++++++---
r/R/dataset-partition.R | 11 +++-
r/R/dataset-scan.R | 10 ++--
r/R/dataset.R | 82 +++++++++++++++++++++++----
r/R/util.R | 8 ++-
r/man/CsvReadOptions.Rd | 1 +
r/man/Scanner.Rd | 6 +-
r/man/dataset_factory.Rd | 6 ++
r/man/open_dataset.Rd | 66 +++++++++++++++++++---
r/src/arrowExports.cpp | 50 +++++++++++++++++
r/src/dataset.cpp | 20 +++++++
r/tests/testthat/test-dataset.R | 119 ++++++++++++++++++++++++++++++++++------
13 files changed, 408 insertions(+), 58 deletions(-)