pan3793 edited a comment on issue #3541:
URL: https://github.com/apache/iceberg/issues/3541#issuecomment-972463677
How about the following change in Iceberg `interface SupportsNamespaces`
```
default boolean dropNamespace(Namespace namespace) throws
NamespaceNotEmptyException {
dropNamespace(namespace, false);
}
boolean dropNamespace(Namespace namespace, boolean cascade) throws
NamespaceNotEmptyException;
```
And expose `dropNamespace(namespace, cascade=true)` to SparkCatalog
--
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]