tobixdev commented on PR #17906: URL: https://github.com/apache/datafusion/pull/17906#issuecomment-3389626092
> I wonder if we can move the code to some existing projection pushdown instead? Yes this is a great point. I've quickly looked into the execution plan optimizer and I think that `ProjectionPushdown` might be the best fit. `FilterPushdown` might also be a good choice thought. However, we are just pushing down parts of the computation and not the "filter itself". If we want to include this optimization I am happy to move it to another rule. -- 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]
