[
https://issues.apache.org/jira/browse/ARROW-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Szucs resolved ARROW-3649.
------------------------------------
Resolution: Fixed
Fix Version/s: 0.12.0
Issue resolved by pull request 2868
[https://github.com/apache/arrow/pull/2868]
> [Rust] Refactor MutableBuffer's resize
> --------------------------------------
>
> Key: ARROW-3649
> URL: https://issues.apache.org/jira/browse/ARROW-3649
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Chao Sun
> Assignee: Chao Sun
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Currently `MutableBuffer#resize` adjust the buffer's capacity. This is
> slightly confusing, and is not conforming with Rust's as
> [vector|https://doc.rust-lang.org/std/vec/struct.Vec.html#method.resize], as
> well as C++'s buffer impl.
> This proposes to rename the `resize` to `reserve`, and modify the current
> `set_len` to `resize`. We'll also allow `resize` to shrink the buffer so as
> to free up unnecessary space.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)