pvary commented on code in PR #12892:
URL: https://github.com/apache/iceberg/pull/12892#discussion_r2268681194
##########
aws/src/test/java/org/apache/iceberg/aws/dynamodb/TestDynamoDbCatalog.java:
##########
@@ -103,4 +104,37 @@ public void testDefaultWarehouseLocationNoNamespace() {
.isInstanceOf(NoSuchNamespaceException.class)
.hasMessageContaining("Cannot find default warehouse location:");
}
+
+ @Test
+ public void testDefaultWarehouseLocationUniqueNoDbUri() throws Exception {
Review Comment:
Do we have a common test infra to ensure that the catalog implementations
are correct? If so, should we make this part of this common test suite?
--
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]