fallintoplace opened a new pull request, #1520: URL: https://github.com/apache/iceberg-go/pull/1520
## Summary - check a Glue database for tables before dropping its namespace - return `catalog.ErrNamespaceNotEmpty` when any table exists - avoid deleting the database when Glue cannot determine whether it is empty The check includes both Iceberg and non-Iceberg tables because deleting a Glue database makes all tables in that database inaccessible. ## Testing - `go test ./catalog/glue` -- 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]
