tustvold commented on code in PR #3633:
URL: https://github.com/apache/arrow-rs/pull/3633#discussion_r1090676341
##########
parquet/src/arrow/async_reader/mod.rs:
##########
@@ -430,6 +432,17 @@ where
return Ok((self, None));
}
+ // If a limit is defined, apply it to the final `RowSelection`
+ if let Some(limit) = limit {
Review Comment:
I think this will apply the limit to each row group separately, instead of
the entire file?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]