alamb commented on code in PR #7089:
URL: https://github.com/apache/arrow-rs/pull/7089#discussion_r1945292292
##########
arrow-buffer/src/builder/boolean.rs:
##########
@@ -83,7 +83,23 @@ impl BooleanBufferBuilder {
self.len == 0
}
- /// Returns the capacity of the buffer
+ /// Returns the capacity of the buffer, in bits (not bytes)
Review Comment:
The key detail is that this function returns the value in `bits` (not bytes)
--
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]