vamen opened a new issue, #5604: URL: https://github.com/apache/iceberg/issues/5604
### Apache Iceberg version 0.14.0 (latest release) ### Query engine _No response_ ### Please describe the bug 🐞 For iceberg table entry in glue catalog. if table metadata file is already deleted in s3 then we get EntityNotFoundException exception when call drop table command. we then have to manually delete the table entry in GlueCatalog using glue apis. can we update the drop table behavior such that if current **tablemetadata** file is not present in s3 then we will simple drop the entry of the table in 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]
