ajantha-bhat commented on code in PR #6661: URL: https://github.com/apache/iceberg/pull/6661#discussion_r1185661945
########## core/src/main/java/org/apache/iceberg/PartitionsTable.java: ########## @@ -58,7 +81,13 @@ public TableScan newScan() { @Override public Schema schema() { if (table().spec().fields().size() < 1) { - return schema.select("record_count", "file_count"); Review Comment: Good catch. I will explore this in the follow-up. -- 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