marberts opened a new issue, #49340: URL: https://github.com/apache/arrow/issues/49340
### Describe the enhancement requested `write_dataset(df)` need not preserve the row-ordering of `df` across partitions. The `arrow` C++ library was recently updated (since 21.0.0) so that row ordering can be preserved when writing across partitions, and this can be done with, e.g., `pyarrow`'s `dataset.write_dataset()` function by setting `preserve_order=True`. It would be quite useful if the R package could expose this feature in `write_dataset()`. https://github.com/apache/arrow/issues/26818 https://github.com/apache/arrow/pull/44470 ### Component(s) R -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
