ajantha-bhat commented on code in PR #9282: URL: https://github.com/apache/iceberg/pull/9282#discussion_r1423842984
########## hive-metastore/src/test/java/org/apache/iceberg/hive/HiveCreateReplaceTableTest.java: ########## @@ -60,8 +66,23 @@ public class HiveCreateReplaceTableTest extends HiveMetastoreTest { private String tableLocation; + @RegisterExtension + private static final HiveMetastoreExtension HIVE_METASTORE_EXTENSION = + new HiveMetastoreExtension(DB_NAME, Collections.emptyMap()); + + private HiveCatalog catalog; + @BeforeEach public void createTableLocation() throws IOException { + catalog = Review Comment: @nastra: Thoughts? -- 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