fenfeng9 opened a new pull request, #50094: URL: https://github.com/apache/arrow/pull/50094
### Rationale for this change `hash_any` and `hash_all` could return incorrect results for sliced nullable boolean arrays. The validity bitmap used the slice offset, but the boolean values bitmap did not. ### What changes are included in this PR? Apply the slice offset when reading boolean values in `hash_any` / `hash_all`. Add C++ and Python regression tests. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
