szehon-ho commented on code in PR #7190: URL: https://github.com/apache/iceberg/pull/7190#discussion_r1147023739
########## core/src/test/java/org/apache/iceberg/MetadataTableScanTestBase.java: ########## @@ -79,24 +80,19 @@ protected void validateTaskScanResiduals(TableScan scan, boolean ignoreResiduals } } - protected void validateIncludesPartitionScan( - CloseableIterable<FileScanTask> tasks, int partValue) { - validateIncludesPartitionScan(tasks, 0, partValue); - } - - protected void validateIncludesPartitionScan( - CloseableIterable<FileScanTask> tasks, int position, int partValue) { + protected void validatePartition( + Iterable<PartitionsTable.Partition> parts, int position, int partitionValue) { Review Comment: Id actually prefer this to be ```CloseableIterable<DataFile>```, as Partition seems a bit internal class and shouldn't be used. I think it would be the same, unless I'm mistaken? -- 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