alamb commented on issue #10018:
URL: 
https://github.com/apache/arrow-datafusion/issues/10018#issuecomment-2048373981

   Thank you for this idea @universalmind303 
   
   `Cow<PlanProperties>` seems like a good choice to me.
   
   Or else switching the trait back to only expose fields?
   
   We found it awkward to implement the new API in InfluxDB 3.0 as well (though 
we did make it work)
   
   Putting PlanProperties into the ExecutionPlan was to done to avoid 
recomputing the same (potentially expensive) properties over and over again as 
part of https://github.com/apache/arrow-datafusion/pull/9346
   
   


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