You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/06 13:27:35 UTC

[GitHub] [arrow] lidavidm commented on pull request #12802: ARROW-15928: [C++] Fix crashes and implement chunked array support for replace_with_mask function

lidavidm commented on PR #12802:
URL: https://github.com/apache/arrow/pull/12802#issuecomment-1090271991

   This does not handle the mask or the replacements being chunked arrays, though it will reject those explicitly. A chunked mask could probably be handled (there's a helper inside chunked_array.h) with some adjustments to how we treat the offset, but chunked replacements would probably require us to template out the code a lot more.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org