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 2021/06/27 12:12:57 UTC

[GitHub] [arrow-rs] jhorstmann commented on issue #502: sliced null buffers lead to incorrect result in take kernel (and probably on other places)

jhorstmann commented on issue #502:
URL: https://github.com/apache/arrow-rs/issues/502#issuecomment-869151862


   I think the problem is this [clone of the null buffer in `take_indices_nulls`]][1]  where it should instead take a slice:
   
    [1]: https://github.com/apache/arrow-rs/blob/master/arrow/src/compute/kernels/take.rs#L360
    
    The other combinations of nullable/nonnull indices/values look ok which probably explains why this wasn't found earlier.


-- 
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