Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
When using write_dataset(), if we set max_rows_per_file without also setting max_rows_per_group, we always get the error shown below.
library(arrow)
td <- tempfile()
dir.create(td)
write_dataset(mtcars, td, max_rows_per_file = 5L)
#> Error: Invalid: max_rows_per_group must be less than or equal to max_rows_per_file
We should change the behaviour so we can specify one without having to also specify the other.
Attachments
Issue Links
- links to