tustvold commented on code in PR #2940:
URL: https://github.com/apache/arrow-rs/pull/2940#discussion_r1008960530
##########
arrow/src/compute/kernels/boolean.rs:
##########
@@ -470,27 +473,19 @@ pub fn is_not_null(input: &dyn Array) ->
Result<BooleanArray> {
/// Copies original array, setting null bit to true if a secondary comparison
boolean array is set to true.
Review Comment:
I think this is confusion caused by the fact the null masks, are actually
validity masks... Will clarify docs
--
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]