devinjdangelo opened a new pull request, #7743: URL: https://github.com/apache/arrow-datafusion/pull/7743
## Which issue does this PR close? Closes #7354 ## Rationale for this change See issue ## What changes are included in this PR? Allows specifying a `required_input_ordering` on a `FileSinkExec` which forces the output to sorted in a particular way. The setting is optional, so `Copy To` can keep its existing behavior while `ListingTable` can optionally inject its required sort order. ## Are these changes tested? Yes, via a new sqllogic test ## Are there any user-facing changes? Inserting to a table with required order works and maintains required file ordering -- 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]
