Zephyr589 opened a new pull request, #4658:
URL: https://github.com/apache/iceberg/pull/4658

   `DROP NAMESPACE [IF EXISTS] {ns} [CASCADE]` does not work with Iceberg on 
Flink now.
   ``` 
   Flink SQL> drop database test_db CASCADE;
   [ERROR] Could not execute SQL statement. Reason:
   org.apache.hadoop.hive.metastore.api.InvalidOperationException: Database 
test_db is not empty. One or more tables exist.
   ```
   I've added support for `CASCADE` and there are tests to verify the new 
behavior.
   Please help review this change @openinx @kbendick 


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