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 2021/01/19 21:09:33 UTC

[GitHub] [arrow] maxburke commented on a change in pull request #9076: ARROW-11108: [Rust] Fixed performance issue in mutableBuffer.

maxburke commented on a change in pull request #9076:
URL: https://github.com/apache/arrow/pull/9076#discussion_r560497145



##########
File path: rust/arrow/src/lib.rs
##########
@@ -139,15 +139,15 @@ mod arch;
 pub mod array;
 pub mod bitmap;
 pub mod buffer;
-pub mod bytes;
+mod bytes;
 pub mod compute;
 pub mod csv;
 pub mod datatypes;
 pub mod error;
 pub mod ffi;
 pub mod ipc;
 pub mod json;
-pub mod memory;
+mod memory;

Review comment:
       @jorgecarleitao 
   
   This change has broken a bunch of our code downstream as we build buffers directly. Can you make the memory module public again?




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