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


##########
hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCatalog.java:
##########
@@ -1179,4 +1179,12 @@ public void 
testDatabaseLocationWithSlashInWarehouseDir() {
 
     assertThat(database.getLocationUri()).isEqualTo("s3://bucket/database.db");
   }
+
+  @Override
+  @Test
+  public void listTablesForEmptyNamespace() {

Review Comment:
   `TestHiveCatalog` is a subclass of  `CatalogTests`, but the error reporting 
is slightly different, so it seemed better to override 
`CatalogTests.listTablesForEmptyNamespace()` here rather than make the 
exception matching more complicated



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