jorgecarleitao commented on a change in pull request #9019:
URL: https://github.com/apache/arrow/pull/9019#discussion_r549601635



##########
File path: rust/arrow/src/array/builder.rs
##########
@@ -779,140 +781,31 @@ where
         let offset_buffer = self.offsets_builder.finish();
         let null_bit_buffer = self.bitmap_builder.finish();
         let nulls = null_bit_buffer.count_set_bits();

Review comment:
       `unset`? it proves the point, though 🤣
   
   FYI, @nevi-me , the tests are not running (INFRA team deactivated most 
actions), so we need to be careful with merging to master. There is a thread in 
the mailing list about it.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to