You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/11/11 06:33:50 UTC

[GitHub] [arrow] jorgecarleitao commented on a change in pull request #8636: ARROW-10552: [Rust] Removed un-used Result

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:
users@infra.apache.org