ch-sc opened a new pull request #9965: URL: https://github.com/apache/arrow/pull/9965
[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 which is why this was not detected by the tests 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org