nastra commented on code in PR #7349:
URL: https://github.com/apache/iceberg/pull/7349#discussion_r1167080543


##########
core/src/test/java/org/apache/iceberg/inmemory/TestInMemoryCatalog.java:
##########
@@ -45,16 +40,4 @@ protected InMemoryCatalog catalog() {
   protected boolean requiresNamespaceCreate() {
     return true;
   }
-
-  @Test
-  public void tableCreationWithoutNamespace() {
-    Assumptions.assumeTrue(requiresNamespaceCreate());
-
-    // this should be moved to CatalogTests at some point, but 
TestNessieCatalog currently fails

Review Comment:
   this was fixed for Nessie by https://github.com/apache/iceberg/pull/7283, so 
we can move the test now to `CatalogTests`



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to