abmo-x opened a new pull request, #7275:
URL: https://github.com/apache/iceberg/pull/7275
SparkCatalog in 3.3 passes the `cascade` flag, we can use that to support
drop_namespace with cascade:
```
public boolean dropNamespace(String[] namespace, boolean cascade)
```
This PR adds new API to support cascade with drop_namespace in Iceberg
Catalog
```
boolean dropNamespace(Namespace namespace, boolean cascade) throws
NamespaceNotEmptyException;
https://github.com/apache/iceberg/issues/3541
--
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]