You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/03/13 11:38:00 UTC

[jira] [Updated] (ARROW-11952) [Rust] Make ArrayData --> GenericListArray fallable instead of `panic!`

     [ https://issues.apache.org/jira/browse/ARROW-11952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lamb updated ARROW-11952:
--------------------------------
    Description: 
# 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


> [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
>
> # 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)