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


##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -1224,6 +1229,9 @@ public void testListTables() {
 
   @Test
   public void listNamespacesWithEmptyNamespace() {
+    assumeThat(supportsEmptyNamespace())

Review Comment:
   I didn't add this on purpose because that behavior applies for all catalogs, 
independent whether they support empty namespaces or not. Is that not the case 
for your catalog impl?



-- 
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

Reply via email to