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:
[email protected]