You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neville Dipale (Jira)" <ji...@apache.org> on 2020/02/01 07:53:00 UTC

[jira] [Updated] (ARROW-5408) [Rust] Create struct array builder that creates null buffers

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

Neville Dipale updated ARROW-5408:
----------------------------------
    Fix Version/s: 1.0.0

> [Rust] Create struct array builder that creates null buffers
> ------------------------------------------------------------
>
>                 Key: ARROW-5408
>                 URL: https://issues.apache.org/jira/browse/ARROW-5408
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Neville Dipale
>            Priority: Major
>             Fix For: 1.0.0
>
>
> We currently have a way of creating a struct array from a list of (field, array) tuples. This does not create null buffers for the struct (because no index is null). While this works fine for Rust, it often leads to incompatible data with IPC data and kernel function outputs.
> Having a function that caters for nulls, or expanding the current one, would alleviate this issue.



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