Dandandan commented on code in PR #9137:
URL: https://github.com/apache/arrow-rs/pull/9137#discussion_r2678772049


##########
arrow-buffer/src/builder/boolean.rs:
##########
@@ -259,6 +259,135 @@ impl BooleanBufferBuilder {
     pub fn finish_cloned(&self) -> BooleanBuffer {
         BooleanBuffer::new(Buffer::from_slice_ref(self.as_slice()), 0, 
self.len)
     }
+
+    /// Advances the buffer by `additional` bits without initializing the new 
bytes.

Review Comment:
   Hmm yeah seems reasonable I think



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