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/10/01 12:50:29 UTC

[GitHub] [arrow] jorgecarleitao commented on a change in pull request #8316: ARROW-10149: [Rust] Improved support for externally owned memory regions

jorgecarleitao commented on a change in pull request #8316:
URL: https://github.com/apache/arrow/pull/8316#discussion_r498218274



##########
File path: rust/arrow/src/buffer.rs
##########
@@ -253,20 +156,6 @@ impl Buffer {
             self.len() / mem::size_of::<T>(),
         )
     }
-
-    /// Returns an empty buffer.
-    pub fn empty() -> Self {

Review comment:
       This was not being used, and thus I dropped it.




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