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



##########
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:
       Agreed regarding uncertainty. It would be great if the changes from 
`arrow2` were available since I think they may also make some of the reasons I 
need this change unnecessary. It seems like any change that replaces `Buffer` 
would probably (I think) be a major revision. Such a major revision could 
remove this API if it weren't necessary anymore.




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