tustvold commented on code in PR #2656: URL: https://github.com/apache/arrow-rs/pull/2656#discussion_r963722008
########## parquet/src/arrow/async_reader.rs: ########## @@ -1015,7 +1014,7 @@ mod tests { let mut selectors = vec![]; while total_rows < 7300 { - let row_count: usize = rand.gen_range(0..100); + let row_count: usize = rand.gen_range(1..100); Review Comment: Perhaps you could file a ticket describing the issue, I agree it isn't urgent but it should probably be looked into eventually (as it might unveil other issues). -- 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