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/05/26 04:12:12 UTC

[GitHub] [arrow-rs] jorgecarleitao commented on pull request #341: Fix filter UB and add fast path

jorgecarleitao commented on pull request #341:
URL: https://github.com/apache/arrow-rs/pull/341#issuecomment-848439189


   Note that this is not undefined behavior as defined in Rust; the warning is just that when nulls exist, the value of the null slot will be used for filtering regardless of its validity. I.e. it is a semantic undefined behavior.
   
   Do we have some benchmarks available? It would be good to verify that the performance improves here.


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

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