jhorstmann edited a comment 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to