Skip to content

ARROW-10295 [Rust] [DataFusion] Replace Rc<RefCell<>> by Box<> in accumulators.#8456

Closed
jorgecarleitao wants to merge 1 commit into
apache:masterfrom
jorgecarleitao:box
Closed

ARROW-10295 [Rust] [DataFusion] Replace Rc<RefCell<>> by Box<> in accumulators.#8456
jorgecarleitao wants to merge 1 commit into
apache:masterfrom
jorgecarleitao:box

Conversation

@jorgecarleitao

@jorgecarleitao jorgecarleitao commented Oct 13, 2020

Copy link
Copy Markdown
Member

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

@jorgecarleitao jorgecarleitao changed the title ARROW- [Rust] [DataFusion] Replace Rc<RefCell<>> by Box<> in accumulators. ARROW-10295 [Rust] [DataFusion] Replace Rc<RefCell<>> by Box<> in accumulators. Oct 13, 2020
@github-actions

Copy link
Copy Markdown

@andygrove andygrove left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andygrove andygrove closed this in 818593f Oct 13, 2020
kszucs pushed a commit that referenced this pull request Oct 19, 2020
…umulators.

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

Closes #8456 from jorgecarleitao/box

Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
Signed-off-by: Andy Grove <andygrove@nvidia.com>
@jorgecarleitao jorgecarleitao deleted the box branch October 28, 2020 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants