tustvold commented on code in PR #2377:
URL: https://github.com/apache/arrow-rs/pull/2377#discussion_r940574710
##########
parquet/src/encodings/levels.rs:
##########
@@ -142,12 +142,14 @@ impl LevelEncoder {
/// Decoder for definition/repetition levels.
/// Currently only supports RLE and BIT_PACKED encoding for Data Page v1 and
/// RLE for Data Page v2.
+#[allow(unused)]
Review Comment:
Interestingly this is never actually used anywhere :sweat_smile:
--
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]