Shockp commented on PR #49848:
URL: https://github.com/apache/arrow/pull/49848#issuecomment-4334578230

   I just updated it to use the new `OptionalBitmapAnd` utility @pitrou. The 
zero-copy logic is implemented, and it replaces that manual `if/else` block 
with a single, clean macro:
   
   ```cpp
         ARROW_ASSIGN_OR_RAISE(
             null_bitmap,
             arrow::internal::OptionalBitmapAnd(pool_, null_bitmap, 
/*left_offset=*/0,
                                                no_nulls, /*right_offset=*/0,
                                                num_groups_));


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