Commits


Christoph Schulze authored and Andrew Lamb committed c3f55a45dff
ARROW-12294: [Rust] Fix boolean kleene kernels with no remainder [PR 9772](https://github.com/apache/arrow/pull/9772) introduced a bug. The boolean kleene kernel would not iterate over the bit chunks of the batch, if there is no validity bitmap on the left or the right input. It will only process the bits of the remainder word. The inital unit test didn't pick a large enough batch size to test this scenario, which is why this was not detected by the tests earlier. Closes #9965 from ch-sc/ARROW-12294-boolean-kleene-kernels-no-remainder Authored-by: Christoph Schulze <christoph.schulze@signavio.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>