nevi-me commented on a change in pull request #9019:
URL: https://github.com/apache/arrow/pull/9019#discussion_r549605250
##########
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:
Okay, thanks for the heads-up. I'll check my emails
----------------------------------------------------------------
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]