bert-beyondloops opened a new pull request, #16785: URL: https://github.com/apache/datafusion/pull/16785
## Which issue does this PR close? will close issue #16784 ## Rationale for this change The INSERT INTO already takes account of the ordering requirements during planning The COPY TO not yet. It seems it was not (yet) implemented? This sometimes results in order requirements (sorting) being eliminated during physical plan optimizations. ## What changes are included in this PR? ## Are these changes tested? A new test via dataframe/logical plan builder has been added. ## Are there any user-facing changes? Not via SQL, only when building your plans via the dataframe and/or LogicalPlanBuilder API. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org