Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
6.0.1
-
None
-
None
Description
It seems we cannot send a dataset (table) object opened with `open_dataset()` into `write_parquet()` or `write_csv_arrow()`. I realize that the former is a 'multi-file' representation and the latter two are not, but as both represent a single table (single schema) it seems like this should still work. (It also looks like write_csv_arrow() gives us more control over formatting details than write_dataset() )
Attachments
Issue Links
- duplicates
-
ARROW-14428 [R] [C++] Allow me to write_parquet() from an arrow_dplyr_query
- Open
-
ARROW-15040 [R] Enable write_csv_arrow to take Dataset or arrow_dplyr_query as input
- Resolved