You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/14 15:25:41 UTC

[GitHub] [arrow] andygrove commented on pull request #7167: ARROW-8784: [Rust] [DataFusion] Remove use of Arc from LogicalPlan

andygrove commented on pull request #7167:
URL: https://github.com/apache/arrow/pull/7167#issuecomment-628708655


   > What's the benefit in replacing Arc with Box?
   
   Box has less overhead than Arc but the reason for the change is really just that there was never a (good) reason to use Arc in the first place.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org