gabotechs commented on issue #23194: URL: https://github.com/apache/datafusion/issues/23194#issuecomment-4810551376
One thing that I'd expect to be shared across all approaches and probably very key to all of them, is to ensure we can reuse the current `PhysicalOptimizerRule` implementations that swap joins, etc... for the during-execution passes that adapt the query at runtime. I imagine this implies that these `PhysicalOptimizerRule`s should be idempotent among other things. -- 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]
