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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
