[
https://issues.apache.org/jira/browse/ARROW-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346924#comment-17346924
]
David Li commented on ARROW-9430:
---------------------------------
Is the intended result here something like
{noformat}
SetItem([1, 2, 3, 4], [true, false, true, null], [4, 5]) -> [4, 2, 5,
null]{noformat}
?
> [C++/Python] Kernel for SetItem(BooleanArray, values)
> -----------------------------------------------------
>
> Key: ARROW-9430
> URL: https://issues.apache.org/jira/browse/ARROW-9430
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++, Python
> Reporter: Uwe Korn
> Priority: Major
>
> We should have a kernel that allows overriding the values of an array by
> supplying a boolean mask and a scalar or an array of equal length.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)