yongster commented on PR #10994: URL: https://github.com/apache/arrow-rs/pull/10994#issuecomment-5544378393
I also reviewed `filter`, `interleave`, `concat`, `sort`, and `zip`. I did not identify the same metadata-consistency issue in these kernels: they do not introduce nulls through null take indices in the way `take` does for RunEndEncoded and Union arrays. This PR therefore intentionally limits its scope to `take`. -- 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]
