jecsand838 commented on code in PR #8100: URL: https://github.com/apache/arrow-rs/pull/8100#discussion_r2268135694
########## arrow-avro/src/reader/mod.rs: ########## @@ -302,6 +306,11 @@ impl Decoder { self.remaining_capacity == 0 } + /// Returns true if the decoder has not decoded any batches yet. + pub fn batch_is_empty(&self) -> bool { Review Comment: I didn't see any harm in leaving it `pub`. Figured it maybe useful for someone, plus `batch_is_full` was already `pub` as well so I was trying to keep it consistent. -- 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