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 2020/10/07 12:48:55 UTC

[GitHub] [arrow] jhorstmann opened a new pull request #8378: ARROW-10204: [Rust] Filter kernel should only count bits in valid range

jhorstmann opened a new pull request #8378:
URL: https://github.com/apache/arrow/pull/8378


   This caused a test failure in `aggregate_grouped_empty` when the `simd` feature is enabled. One could argue that it's an error in the compare kernel to set bits outside of the array len, but only taking the valid range into account solves that problem neatly.


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



[GitHub] [arrow] nevi-me closed pull request #8378: ARROW-10204: [Rust] Filter kernel should only count bits in valid range

Posted by GitBox <gi...@apache.org>.
nevi-me closed pull request #8378:
URL: https://github.com/apache/arrow/pull/8378


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #8378: ARROW-10204: [Rust] Filter kernel should only count bits in valid range

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8378:
URL: https://github.com/apache/arrow/pull/8378#issuecomment-704922553


   https://issues.apache.org/jira/browse/ARROW-10204


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