jecsand838 commented on code in PR #8100: URL: https://github.com/apache/arrow-rs/pull/8100#discussion_r2265406406
########## arrow-avro/src/reader/mod.rs: ########## @@ -282,6 +310,31 @@ impl Decoder { pub fn batch_is_full(&self) -> bool { self.remaining_capacity == 0 } + + // Decode either the block count of remaining capacity from `data` (an OCF block payload). Review Comment: Typo on my part. Ty for the catch! -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org