nandorKollar commented on code in PR #14456:
URL: https://github.com/apache/iceberg/pull/14456#discussion_r2481220168


##########
core/src/test/java/org/apache/iceberg/view/ViewCatalogTests.java:
##########
@@ -1913,4 +1914,55 @@ public void testSqlForInvalidArguments() {
         .isInstanceOf(IllegalArgumentException.class)
         .hasMessage("Invalid dialect: (empty string)");
   }
+
+  @Test
+  public void dropNonEmptyNamespace() {

Review Comment:
   Wouldn't it make sense to add this test case to other view catalogs (or at 
least to Nessie and Hive catalog)? Or maybe to a base class for those tests?



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