HippoBaro commented on code in PR #9830:
URL: https://github.com/apache/arrow-rs/pull/9830#discussion_r3149924221
##########
parquet/src/encodings/rle.rs:
##########
@@ -129,6 +129,30 @@ impl RleEncoder {
bit_packed_max_size.max(rle_max_size)
}
+ /// Returns `true` if the encoder is currently in RLE accumulation mode
Review Comment:
The difference between `public` and `public-experimental` always trips me up!
--
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]