Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
ARROW-15928 enables this function to accept chunked arrays for the input array, but not for the mask or replacements array. More work is needed to implement those cases (which currently just return an error).
We should also consider how to make this work at least somewhat reusable for similar kernels (e.g. replace_with_indices)
Attachments
Issue Links
- relates to
-
ARROW-15928 [C++][Python] replace_with_mask seg faults when passed ChunkedArray
- Resolved