alamb commented on a change in pull request #809:
URL: https://github.com/apache/arrow-rs/pull/809#discussion_r717012414



##########
File path: arrow/src/buffer/mod.rs
##########
@@ -23,7 +23,7 @@ pub use immutable::*;
 mod mutable;
 pub use mutable::*;
 mod ops;
-pub(super) use ops::*;
+pub use ops::*;

Review comment:
       Would `pub(crate)` work for your usecase? 
   
   I somewhat worry about  exposing them publicly (and thus they become part of 
the required arrow API)? 
   
   However, I acknowledge this is a somewhat vague concern
   
   cc @nevi-me  @jorgecarleitao @jhorstmann 




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to