You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/06 12:25:00 UTC

[jira] [Updated] (ARROW-10903) [Rust] Implement FromIter>> constructor for FixedSizeBinaryArray

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

ASF GitHub Bot updated ARROW-10903:
-----------------------------------
    Labels: beginner beginner-friendly pull-request-available  (was: beginner beginner-friendly)

> [Rust] Implement FromIter<Option<Vec<u8>>> constructor for FixedSizeBinaryArray
> -------------------------------------------------------------------------------
>
>                 Key: ARROW-10903
>                 URL: https://issues.apache.org/jira/browse/ARROW-10903
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Andrew Lamb
>            Assignee: Ivan Vankov
>            Priority: Minor
>              Labels: beginner, beginner-friendly, pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Context: https://github.com/apache/arrow/pull/8853#discussion_r542189448 suggestion by [~jorgecarleitao]
> Basically, the goal would be to remove 
> {code}
> impl From<Vec<Option<Vec<u8>>>> for FixedSizeBinaryArray {
> {code}
> Which while mostly used in tests,  panics in certain situations. 
> Goal would be to replace that implementation with a `FromIter` implementation which is more performance, more general, and has the same ergonomics (from(vec![].into_iter()) instead of from(vec![...]) for a vector). 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)