alamb commented on code in PR #2259:
URL: https://github.com/apache/arrow-rs/pull/2259#discussion_r935578587
##########
parquet/src/encodings/rle.rs:
##########
@@ -244,10 +239,9 @@ impl RleEncoder {
);
self.num_buffered_values = 0;
self.repeat_count = 0;
- Ok(())
Review Comment:
So it seems like the `flush_*` functions are the root of the chain and then
the "can't fail" gets to percolate 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]