Commits


Vibhatha Abeykoon authored and Jonathan Keane committed 0a56006d618
ARROW-15020: [R] Add bindings for new dataset writing options Adding R bindings for `write_dataset` with options - [x] `max_open_files` - [x] `max_rows_per_file` - [x] `min_rows_per_group` - [x] `max_rows_per_group` Test cases - [x] `max_open_files` - [x] `max_rows_per_file` - [x] `min_rows_per_group` - [x] `max_rows_per_group` Closes #12185 from vibhatha/arrow-15020 Lead-authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Co-authored-by: Jonathan Keane <jkeane@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>