XiangpengHao commented on code in PR #5477:
URL: https://github.com/apache/arrow-rs/pull/5477#discussion_r1519045105
##########
parquet/src/compression.rs:
##########
@@ -441,8 +437,6 @@ mod lz4_codec {
}
}
}
-#[cfg(any(feature = "lz4", test))]
-pub use lz4_codec::*;
Review Comment:
The compression.rs is not pub, so the statement is scoped to this crate
only, which is not being used. Do we want to make compression pub instead?
--
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]