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/09/02 15:01:05 UTC

[GitHub] [arrow] alamb opened a new pull request #8098: ARROW-9900: [Rust][DataFusion] Switch from Box -> Arc in LogicalPlanNode

alamb opened a new pull request #8098:
URL: https://github.com/apache/arrow/pull/8098


   The idea is to continue to simplify the code and improve performance: the inputs to nodes are often copied and using Box requires unnecessary deep copies
   
   I view this as another step towards having LogicalPlan's be made up of `Arc<dyn LogicalPlanNode>` to mirror how `ExecutionPlan`s work


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



[GitHub] [arrow] andygrove closed pull request #8098: ARROW-9900: [Rust][DataFusion] Switch from Box -> Arc in LogicalPlanNode

Posted by GitBox <gi...@apache.org>.
andygrove closed pull request #8098:
URL: https://github.com/apache/arrow/pull/8098


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #8098: ARROW-9900: [Rust][DataFusion] Switch from Box -> Arc in LogicalPlanNode

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8098:
URL: https://github.com/apache/arrow/pull/8098#issuecomment-685797792


   https://issues.apache.org/jira/browse/ARROW-9900


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