bert-beyondloops opened a new pull request, #16705: URL: https://github.com/apache/datafusion/pull/16705
## Which issue does this PR close? `Closes #16704` ## Rationale for this change Schema of logical plan should be the same as the associated physical plan. ## What changes are included in this PR? ## Are these changes tested? A new test has been written to verify that both the logical plan as the physical plan return the same schema. ## Are there any user-facing changes? On SQL level, there is no change ; you cannot construct a sql statement where a CopyTo logical plan is child from another plan. On dataframe level, retrieving the schema of a CopyTo logical plan will provide a correct schema now. -- 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