nealrichardson opened a new pull request #8041:
URL: https://github.com/apache/arrow/pull/8041


   * r/R/dataset.R is broken out into smaller files. I did this in the first 
commit, isolated from the behavior changes, so if you do a diff without the 
first commit, it's easier to see what has changed
   * Normalize paths in `write_dataset()` as was done in `open_dataset()` in 
ARROW-9743
   * Add bindings to create `InMemoryDataset` and use those in 
`write_dataset()` to enable you to write a `data.frame`, `RecordBatch`, or 
`Table`
   * Allow writing a subset of columns, and gather information from a previous 
`select()` call to do that by default. Renaming columns is not supported


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to