tustvold commented on code in PR #7089:
URL: https://github.com/apache/arrow-rs/pull/7089#discussion_r1951731323
##########
arrow-buffer/src/builder/null.rs:
##########
@@ -217,7 +217,7 @@ impl NullBufferBuilder {
self.bitmap_builder.as_mut().map(|b| b.as_slice_mut())
}
- /// Return the allocated size of this builder, in bytes, useful for memory
accounting.
+ /// Return the allocated size of this builder, in bits, useful for memory
accounting.
Review Comment:
I created https://github.com/apache/arrow-rs/issues/7121
--
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]