Commits


Jörn Horstmann authored and Neville Dipale committed 9526558d41f
ARROW-10204: [Rust] Filter kernel should only count bits in valid range 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. Closes #8378 from jhorstmann/ARROW-10204-test-failure-group-empty Authored-by: Jörn Horstmann <joern.horstmann@signavio.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>