ajantha-bhat commented on code in PR #6787: URL: https://github.com/apache/iceberg/pull/6787#discussion_r1101494404
########## spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRegisterTableProcedure.java: ########## @@ -55,10 +53,6 @@ public void dropTables() { @Test public void testRegisterTable() throws NoSuchTableException, ParseException { Review Comment: `HadoopCatalog` also extends `BaseMetastoreCatalog` So, when a register table is called. It makes a fresh commit to the Hadoop catalog too (file name will be as per hadoop catalog) https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/BaseMetastoreCatalog.java#L84 -- 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