ajantha-bhat commented on code in PR #9305: URL: https://github.com/apache/iceberg/pull/9305#discussion_r1432657742
########## core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java: ########## @@ -181,4 +205,34 @@ private Set<String> metadataLocations(TableMetadata tableMetadata) { metadataLocations.add(tableMetadata.metadataFileLocation()); return metadataLocations; } + + private Set<String> statsLocations(TableMetadata tableMetadata) { Review Comment: nit: these two new private methods can be static -- 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