askalt commented on PR #19462: URL: https://github.com/apache/datafusion/pull/19462#issuecomment-3744960505
> > It makes sense for me, I think, we can add a fast-path for with_new_children(...) when there are no changes in children properties. > > This would be cool to see -- I bet it might improve planning substantially (not just for this usecase but in general) Btw, here is a proof of concept: https://github.com/apache/datafusion/pull/19792 Currently, now dynamic filter and work table support (so plan can be re-used when dynamic filter feature is off and for not recursive queries). -- 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]
