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


##########
aws/src/test/java/org/apache/iceberg/aws/glue/TestGlueCatalog.java:
##########
@@ -269,6 +270,16 @@ public Object answer(InvocationOnMock invocation) throws 
Throwable {
     
Assertions.assertThat(glueCatalog.listTables(Namespace.of("db1"))).hasSize(10);
   }
 
+  @Test
+  public void testListTablesWithNamespaceDoesNotExists() {

Review Comment:
   ```suggestion
     public void testListTablesWithNonExistingNamespace() {
   ```



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