etseidl commented on code in PR #9447:
URL: https://github.com/apache/arrow-rs/pull/9447#discussion_r2966682657
##########
parquet/src/encodings/levels.rs:
##########
@@ -26,6 +26,7 @@ use crate::util::bit_util::{BitWriter, ceil,
num_required_bits};
/// Computes max buffer size for level encoder/decoder based on encoding, max
/// repetition/definition level and number of total buffered values (includes
null
/// values).
+#[allow(dead_code)]
Review Comment:
ahh, I didn't notice that the `encodings` module is experimental...thought
this was public. Yes, let's just remove the dead code then :)
--
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]