notfilippo commented on PR #21829: URL: https://github.com/apache/datafusion/pull/21829#issuecomment-4420309064
> I am not sure the current system has a concrete notion of a "partially-analysed" plan If I understand correctly, I think we do @alamb. In a way this is the contract of the [AnalyzerRule](https://docs.rs/datafusion/latest/datafusion/optimizer/trait.AnalyzerRule.html): > AnalyzerRules transform LogicalPlans in some way to make the plan valid prior to the rest of the DataFusion optimization process. ... which is why it would be very valuable to have it available with an async variant as well. -- 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]
