[
https://issues.apache.org/jira/browse/ARROW-11952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-11952:
-----------------------------------
Labels: pull-request-available (was: )
> [Rust] Make ArrayData --> GenericListArray fallable instead of `panic!`
> -----------------------------------------------------------------------
>
> Key: ARROW-11952
> URL: https://issues.apache.org/jira/browse/ARROW-11952
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Andrew Lamb
> Assignee: Andrew Lamb
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> # Background:
> Left over cleanups suggested by from @sunchao on
> https://github.com/apache/arrow/pull/9425
> Broken out from https://github.com/apache/arrow/pull/9508
> # Rationale:
> Rationale: don't use panic! directly (though the caller of this function
> still calls `unwrap()` so I am not sure how much of an improvement this
> change really is. However it sets us up for a more `safe` future eventually
--
This message was sent by Atlassian Jira
(v8.3.4#803005)