tustvold commented on code in PR #2677: URL: https://github.com/apache/arrow-datafusion/pull/2677#discussion_r907325907
########## datafusion/core/src/datasource/file_format/parquet.rs: ########## @@ -580,7 +554,7 @@ mod tests { let batches = collect(exec, task_ctx).await?; assert_eq!(1, batches.len()); assert_eq!(11, batches[0].num_columns()); - assert_eq!(8, batches[0].num_rows()); + assert_eq!(1, batches[0].num_rows()); Review Comment: Because we now use FileStream which slices the returned batches based on the provided limit -- 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