HippoBaro commented on code in PR #9848:
URL: https://github.com/apache/arrow-rs/pull/9848#discussion_r3494336515
##########
parquet/src/util/bit_util.rs:
##########
@@ -944,6 +982,45 @@ mod tests {
use rand::distr::{Distribution, StandardUniform};
use std::fmt::Debug;
+ #[test]
+ #[cfg(feature = "arrow")]
Review Comment:
Thanks! I removed it and instead added `#[allow(dead_code)]` on
`util::bit_util::compress`. Its only production caller currently lives under
the Arrow feature, but this function is useful in the general context so I
think that makes sense.
--
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]