xudong963 commented on code in PR #18868:
URL: https://github.com/apache/datafusion/pull/18868#discussion_r2553116326
##########
datafusion/datasource-parquet/src/opener.rs:
##########
@@ -407,8 +407,12 @@ impl FileOpener for ParquetOpener {
.add_matched(n_remaining_row_groups);
}
- let mut access_plan = row_groups.build();
+ // Prune by limit
+ if let Some(limit) = limit {
Review Comment:
I thought a relatively clean way when fishing, lol. Will push a commit for
that.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]