Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Implement full chunked array support for replace_with_mask #31665

Open
asfimport opened this issue Apr 21, 2022 · 0 comments
Open

[C++] Implement full chunked array support for replace_with_mask #31665

asfimport opened this issue Apr 21, 2022 · 0 comments

Comments

@asfimport
Copy link

asfimport commented Apr 21, 2022

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)

Reporter: David Li / @lidavidm

Related issues:

Note: This issue was originally created as ARROW-16271. Please see the migration documentation for further details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant