tustvold commented on code in PR #2890:
URL: https://github.com/apache/arrow-rs/pull/2890#discussion_r998569282


##########
parquet/src/encodings/rle.rs:
##########
@@ -101,29 +100,33 @@ impl RleEncoder {
 
     /// Returns the minimum buffer size needed to use the encoder for 
`bit_width`.
     /// This is the maximum length of a single run for `bit_width`.
+    #[allow(unused)]

Review Comment:
   Because it isn't used anywhere in the codebase, but theoretically this could 
be being used by someone making use of the experimental feature flag. I could 
just remove 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]

Reply via email to