alamb commented on PR #7775:
URL: 
https://github.com/apache/arrow-datafusion/pull/7775#issuecomment-1755515140

   One of the tensions is that if we wrapped the plan in Arc it is harder to 
`match` on it as I understand
   
   ```rust
   match plan {
     LogicalPlan::Scan(..) => {..}
     LogicalPlan::Project(..) => {..}
     ...
   }
   ```
   
   


-- 
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]

Reply via email to