aokolnychyi commented on code in PR #10128: URL: https://github.com/apache/iceberg/pull/10128#discussion_r1567983615
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/TestSparkSessionCatalog.java: ########## @@ -98,4 +103,20 @@ public void testLoadFunction() { // TODO: fix loading Iceberg built-in functions in SessionCatalog } + + @Test + public void testDropHiveTable() throws NoSuchTableException { Review Comment: Yeah, I think the right fix would be to ensure we only drop actual Iceberg tables in `HiveCatalog`. -- 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