avantgardnerio commented on issue #23194: URL: https://github.com/apache/datafusion/issues/23194#issuecomment-4810571111
> PhysicalOptimizerRule The `RuntimeRule` trait only exists in the PoC because of a circular dependency issue that is easily resolved if we agree on the direction. The intent is to use `PhysicalOptimizerRule` - though each one would have to be made "runtime aware" and added to the `RuntimeOptimizer` white list of rules; but, this approach can happen incrementally by converting a rule at a time, not a "big bang" where we deliver no value until every impl changes. -- 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]
