andygrove opened a new issue, #3795: URL: https://github.com/apache/arrow-datafusion/issues/3795
**Describe the bug** It does not make sense to have a filter with an alias since it is not possible to reference filter predicates from other expressions. Valid filter: `a > b` Invalid filter: `a as foo > b as bar` **To Reproduce** I will have a PR up soon demonstrating this **Expected behavior** **Additional context** -- 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]
