universalmind303 commented on issue #9637: URL: https://github.com/apache/arrow-datafusion/issues/9637#issuecomment-2010632947
I'm curious, It seems like most of the reasoning behind [Arc<LogicalPlan>](https://github.com/apache/arrow-datafusion/issues/4628) and `clone` are due to the optimizer stage. Polars uses an intermediate representation `ALogicalPlan` (arena allocated logical plan) solely for the optimizer stage. I wonder if the same techinque could be applied here. -- 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]
