etseidl commented on code in PR #9830:
URL: https://github.com/apache/arrow-rs/pull/9830#discussion_r3150078057
##########
parquet/src/encodings/levels.rs:
##########
@@ -52,8 +52,9 @@ impl LevelEncoder {
LevelEncoder::RleV2(RleEncoder::new_from_buf(bit_width, Vec::new()))
}
- /// Put/encode levels vector into this level encoder and call
- /// `observer(value, count)` for each value encountered during encoding.
+ /// Put/encode levels vector into this level encoder and calls
Review Comment:
```suggestion
/// Put/encode levels vector into this level encoder and call
```
--
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]