[
https://issues.apache.org/jira/browse/ARROW-7179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Li closed ARROW-7179.
---------------------------
Fix Version/s: (was: 6.0.0)
5.0.0
Assignee: David Li (was: Ben Kietzman)
Resolution: Duplicate
Comparing the two issues, the kernels look identical, so I'm going to close as
duplicate.
> [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: David Li
> Priority: Major
> Labels: analytics
> Fix For: 5.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)