adriangb commented on PR #12606: URL: https://github.com/apache/datafusion/pull/12606#issuecomment-2374853474
The issue is that PruningPredicate discards (by returning `true`) any predicates it doesn't itself know how to rewrite. So if I do the rewrite before calling PruningPredicate then that rewrite is lost. -- 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]
