rluvaton opened a new pull request, #9987: URL: https://github.com/apache/arrow-rs/pull/9987
# Which issue does this PR close? N/A # Rationale for this change So we can use the useful helpers without creating temp `BooleanArray` # What changes are included in this PR? Extract non null variants for computing `has_false` and `has_true` from `BooleanArray` to `BooleanBuffer` and call them instead, and copied the tests for not nullable # Are these changes tested? Yes # Are there any user-facing changes? 2 new functions ----- Cc @alamb as talked in: - https://github.com/apache/datafusion/pull/22158#discussion_r3241321436 -- 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]
