alamb commented on code in PR #10115:
URL: https://github.com/apache/arrow-rs/pull/10115#discussion_r3399193050
##########
arrow-buffer/src/bytes.rs:
##########
@@ -45,7 +45,7 @@ use std::sync::Mutex;
/// When the region is allocated by a different allocator,
[Deallocation::Custom], this calls the
/// custom deallocator to deallocate the region when it is no longer needed.
///
-pub struct Bytes {
+pub(crate) struct Bytes {
Review Comment:
I double checked this is not actually a public struct
https://docs.rs/arrow/latest/arrow/?search=Bytes
--
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]