berkaysynnada commented on PR #6566: URL: https://github.com/apache/arrow-datafusion/pull/6566#issuecomment-1618127291
We have observed that the mismatch problem is not only related to SELECT INTO's. Table creation with CREATE TABLE AS has the same problem while matching the schemas. With my last commits, I have changed how the window expressions are named to be used in window executors. Now, window function columns of the batches have the same name as the plans. .slt and unit tests are edited accordingly. We now have longer plans and column names, but the problem is solved. To make progress, it seems better to apply this PR and open another issue that shortens the window names. -- 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]
