pvary commented on code in PR #11597: URL: https://github.com/apache/iceberg/pull/11597#discussion_r1853353750
########## hive-metastore/src/test/java/org/apache/iceberg/hive/HiveTableTest.java: ########## @@ -386,6 +386,12 @@ public void testHiveTableAndIcebergTableWithSameName(TableType tableType) assertThat(catalog.tableExists(TABLE_IDENTIFIER)).isTrue(); HIVE_METASTORE_EXTENSION.metastoreClient().dropTable(DB_NAME, hiveTableName); + Review Comment: We are complicate the implementation of the feature. For me this suggests that we would be better off with a separate trst -- 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