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/10/13 05:57:20 UTC

[GitHub] [arrow] jorgecarleitao opened a new pull request #8456: ARROW- [Rust] [DataFusion] Replace Rc> by Box<> in accumulators.

jorgecarleitao opened a new pull request #8456:
URL: https://github.com/apache/arrow/pull/8456


   This PR replaces `Rc<RefCell<>>` by `Box<>`. We did not need interior mutability on the accumulations.


----------------------------------------------------------------
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 #8456: ARROW-10295 [Rust] [DataFusion] Replace Rc> by Box<> in accumulators.

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


   


----------------------------------------------------------------
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 #8456: ARROW-10295 [Rust] [DataFusion] Replace Rc> by Box<> in accumulators.

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


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


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