ebyhr commented on code in PR #12132:
URL: https://github.com/apache/iceberg/pull/12132#discussion_r1934925978


##########
core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java:
##########
@@ -129,6 +130,81 @@ public void dropTableDataDeletesExpectedFiles() throws 
IOException {
         .containsAll(partitionStatsLocations);
   }
 
+  @Test

Review Comment:
   `TestCatalogUtilDropTable` exists under `hadoop` package. Can we move to 
`TestCatalogUtil`/`CatalogTests` or somewhere so we can test more catalogs? 



##########
core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java:
##########
@@ -129,6 +130,81 @@ public void dropTableDataDeletesExpectedFiles() throws 
IOException {
         .containsAll(partitionStatsLocations);
   }
 
+  @Test

Review Comment:
   `TestCatalogUtilDropTable` exists under `hadoop` package. Can we move to 
`CatalogTests` or somewhere so we can test more catalogs? 



-- 
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]

Reply via email to