LiaCastaneda commented on PR #24601: URL: https://github.com/apache/datafusion/pull/24601#issuecomment-5407765607
> If a new rule wants to add a new consumer in a way that doesn't just transfer/copy the filters from the existing consumer then yes they'd need to run the filter pushdown optimizer again. I think that's a reasonable thing to do. But this is also the case today. Ah ok, I was wondering if this was already part of the contract or was new behavior that could break an existing assumption, but you're right it's not (if we insert a new consumer, we would have needed to run `FilterPushdown` anyway). 👍 -- 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]
