tustvold commented on a change in pull request #1180: URL: https://github.com/apache/arrow-rs/pull/1180#discussion_r789808662
########## File path: parquet/src/arrow/record_reader.rs ########## @@ -167,7 +167,13 @@ where break; } - let batch_size = max(num_records - records_read, MIN_BATCH_SIZE); + // If repetition levels present, we don't know how much more to read Review comment: Done -- 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