chenkovsky commented on PR #16185: URL: https://github.com/apache/datafusion/pull/16185#issuecomment-3006620230
> * This PR might also be superceded by [[MAJOR] Equivalence System OverhaulĀ #16217](https://github.com/apache/datafusion/pull/16217) @alamb it seems that #16217 didn't fix this problem? ``` CREATE TABLE t (x INTEGER); (SELECT x, x as __x FROM t) UNION ALL (SELECT x, x as __x FROM t) ORDER BY __x; ``` still error. -- 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