kbendick opened a new pull request #3571:
URL: https://github.com/apache/iceberg/pull/3571


   Right now, there's no way to get the `CASCADE` flag to work in a V2 catalog.
   
   As users have asked about this, I'm adding a note that CASCADE is not 
supported presently.
   
   This relates to issue: https://github.com/apache/iceberg/issues/3541
   
   ```scala
   scala> spark.sql("drop namespace iceberg.accounting cascade").show
   org.apache.iceberg.exceptions.NamespaceNotEmptyException: Namespace 
accounting is not empty. One or more tables exist.
   ```
   


-- 
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]

Reply via email to