masonh22 commented on issue #17756: URL: https://github.com/apache/datafusion/issues/17756#issuecomment-3334403173
Update: this does affect `Aggregate` operators as well. This may also be more prevalent than I initially suspected. In some dataframe tests that use aggregates and filters, filters weren't being pushed down because the relation is "?table?", which doesn't get parsed correctly by `Column::from_qualified_name()`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
