nastra commented on code in PR #8533:
URL: https://github.com/apache/iceberg/pull/8533#discussion_r1328322935
##########
aws/src/test/java/org/apache/iceberg/aws/glue/TestGlueCatalog.java:
##########
@@ -547,6 +558,14 @@ public void testDropNamespaceThatContainsNonIcebergTable()
{
.hasMessage("Cannot drop namespace db1 because it still contains
non-Iceberg tables");
}
+ @Test
+ public void testDropNamespaceThatDoesNotExists() {
Review Comment:
```suggestion
public void testDropNamespaceThatDoesNotExist() {
```
--
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]