chunyiyang opened a new pull request, #14140: URL: https://github.com/apache/iceberg/pull/14140
Addresses #12790 # About the Change This change updates the `dropTable` method to keep the behavior consistent with Hive tables. Instead of attempting to drop from both catalogs, it now checks whether the table exists in `icebergCatalog` and only calls `icebergCatalog.dropTable` in that case; otherwise it delegates to `sessionCatalog`. -- 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]
