jorgecarleitao commented on a change in pull request #8636:
URL: https://github.com/apache/arrow/pull/8636#discussion_r521140661
##########
File path: rust/arrow/src/buffer.rs
##########
@@ -666,7 +666,7 @@ impl MutableBuffer {
self.data = new_data as *mut u8;
self.capacity = new_capacity;
}
- Ok(self.capacity)
Review comment:
This is the core change.
----------------------------------------------------------------
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]