Commits


Weston Pace authored and David Li committed d78b3224f5e
ARROW-14426: [C++] Add a minimum_row_group_size to dataset writing This adds `min_rows_per_group` and `max_rows_per_group` to `arrow::dataset::FileSystemDatasetWriteOptions` which give the user control over the size of row groups that are created by the dataset writer. Closes #11556 from westonpace/feature/ARROW-14426--configure-row-group-size-dataset-writer Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>