lidavidm commented on a change in pull request #11764:
URL: https://github.com/apache/arrow/pull/11764#discussion_r756068570



##########
File path: cpp/src/arrow/compute/kernels/scalar_boolean.cc
##########
@@ -205,9 +205,10 @@ struct KleeneAndOp : Commutative<KleeneAndOp> {
     if (left.GetNullCount() == 0 && right.GetNullCount() == 0) {
       out->null_count = 0;
       // Kleene kernels have validity bitmap pre-allocated. Therefore, set it 
to 1

Review comment:
       nit: this comment is no longer true.




-- 
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]


Reply via email to