singhpk234 commented on code in PR #1371: URL: https://github.com/apache/polaris/pull/1371#discussion_r2058829144
########## quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogTest.java: ########## @@ -1846,4 +1847,28 @@ public void testConcurrencyConflictUpdateTableDuringFinalTransaction() { private static InMemoryFileIO getInMemoryIo(IcebergCatalog catalog) { return (InMemoryFileIO) ((ExceptionMappingFileIO) catalog.getIo()).getInnerIo(); } + + @Test + @Disabled + @Override + public void createAndDropEmptyNamespace() { + // TODO: remove this when quarkus bug : https://github.com/quarkusio/quarkus/issues/46642 Review Comment: This is nice, thanks @snazy let me try this out. -- 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...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org