rymurr commented on a change in pull request #1587:
URL: https://github.com/apache/iceberg/pull/1587#discussion_r503397068
##########
File path:
spark3/src/test/java/org/apache/iceberg/spark/sql/TestNamespaceSQL.java
##########
@@ -56,6 +56,8 @@ public void cleanNamespaces() {
@Test
public void testCreateNamespace() {
+ // Nessie namespaces are explicit and do not need to be explicitly managed
+ Assume.assumeFalse(catalogName.endsWith("testnessie"));
Review comment:
The concept of a namespace is implicit in Nessie and are therefore not
managed through the normal `SupportsNamespaces` interface. We skip tests of
this interface when the catalog is a `NessieCatalog`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]