rdblue commented on a change in pull request #1587:
URL: https://github.com/apache/iceberg/pull/1587#discussion_r511182190
##########
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:
There are a lot of tests that need this. Should we separate the test
cases into different suites?
----------------------------------------------------------------
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]