sdf-jkl commented on code in PR #9791:
URL: https://github.com/apache/arrow-rs/pull/9791#discussion_r3275993607
##########
parquet-variant-compute/src/lib.rs:
##########
@@ -51,7 +51,7 @@ mod variant_array_builder;
mod variant_get;
mod variant_to_arrow;
-pub use variant_array::{BorrowedShreddingState, ShreddingState, VariantArray,
VariantType};
Review Comment:
`pub use` makes it visible to all outside crates and clippy can't know if
someone else uses it.
--
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]