nastra commented on a change in pull request #4385:
URL: https://github.com/apache/iceberg/pull/4385#discussion_r834037353
##########
File path: nessie/src/test/java/org/apache/iceberg/nessie/TestNamespace.java
##########
@@ -62,10 +72,35 @@ public void testListNamespaces() {
}
@Test
- public void testDroppingNamespace() {
- Assertions.assertThatThrownBy(() ->
catalog.dropNamespace(Namespace.of("test")))
- .isInstanceOf(UnsupportedOperationException.class)
- .hasMessage("Cannot drop namespace 'test': dropNamespace is not
supported by the NessieCatalog");
+ public void testCreatingAndDroppingNamespace() {
Review comment:
additional Namespace testing will be added once we introduce a
NessieCatalogTest
--
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]