Rafferty97 commented on code in PR #9593:
URL: https://github.com/apache/arrow-rs/pull/9593#discussion_r3005820242


##########
arrow-buffer/src/buffer/mutable.rs:
##########
@@ -450,7 +450,13 @@ impl MutableBuffer {
 
     /// Clear all existing data from this buffer.
     pub fn clear(&mut self) {
-        self.len = 0
+        self.len = 0;
+        #[cfg(feature = "pool")]

Review Comment:
   ~Weird, this wasn't my change. Something must've gone funny when rebasing or 
something.~
   
   Ah, actually, I did make this change. I'll separate it into a follow on PR.



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