[
https://issues.apache.org/jira/browse/ARROW-11099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Leitão resolved ARROW-11099.
----------------------------------
Fix Version/s: 3.0.0
Resolution: Fixed
Issue resolved by pull request 9069
[https://github.com/apache/arrow/pull/9069]
> [Rust]: Remove unsafe value_slice method from PrimitiveArray and BooleanArray
> -----------------------------------------------------------------------------
>
> Key: ARROW-11099
> URL: https://issues.apache.org/jira/browse/ARROW-11099
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Jörn Horstmann
> Assignee: Jörn Horstmann
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Split out from ARROW-10990 which was the last internal user of that method.
> The same result can be achieved in a safer way by using
> `values()[offset..offset+len]`. The `raw_values` method in `BooleanArray` is
> also unused and could be removed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)