huaxingao commented on code in PR #6622: URL: https://github.com/apache/iceberg/pull/6622#discussion_r1117736672
########## api/src/main/java/org/apache/iceberg/TableScan.java: ########## @@ -101,4 +101,13 @@ default TableScan appendsAfter(long fromSnapshotId) { * @return the Snapshot this scan will use */ Snapshot snapshot(); + + /** + * Create a new {@link TableScan} from this scan's configuration that will have column stats + * + * @return a new scan based on this with column stats + */ + default TableScan withColStats() { Review Comment: Right. Sorry I didn't notice there is already an existing method. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org