[
https://issues.apache.org/jira/browse/ARROW-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16441774#comment-16441774
]
ASF GitHub Bot commented on ARROW-2468:
---------------------------------------
waywardmonkeys opened a new pull request #1907: [ARROW-2468] [Rust]
Builder::slice_mut() should take mut self.
URL: https://github.com/apache/arrow/pull/1907
Since `Builder::slice_mut()` is returning a mutable reference to
data that it owns, it should take `&mut self`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Rust] Builder::slice_mut should take mut self
> ----------------------------------------------
>
> Key: ARROW-2468
> URL: https://issues.apache.org/jira/browse/ARROW-2468
> Project: Apache Arrow
> Issue Type: Bug
> Components: Rust
> Reporter: Bruce Mitchener
> Assignee: Bruce Mitchener
> Priority: Minor
> Labels: pull-request-available
>
> {{Builder}} method {{slice_mut}} should take a {{mut self}} since it gets a
> mutable reference to data owned by the {{Builder}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)