You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/09/22 18:36:00 UTC

[jira] [Updated] (ARROW-7179) [C++][Compute] Array support for fill_null

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

Ben Kietzman updated ARROW-7179:
--------------------------------
    Fix Version/s:     (was: 2.0.0)
                   3.0.0

> [C++][Compute] Array support for fill_null
> ------------------------------------------
>
>                 Key: ARROW-7179
>                 URL: https://issues.apache.org/jira/browse/ARROW-7179
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 0.15.1
>            Reporter: Ben Kietzman
>            Assignee: Ben Kietzman
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Add kernels to support which replacing null values in an array with values taken from corresponding slots in another array:
> {code}
> fill_null([1, null, null, 3], [5, 6, null, 8]) -> [1, 6, null, 3]
> {code}



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