gaborkaszab opened a new issue, #5584:
URL: https://github.com/apache/iceberg/issues/5584

   ### Apache Iceberg version
   
   0.13.1
   
   ### Query engine
   
   Impala
   
   ### Please describe the bug 🐞
   
   When you delete the files of a table from HDFS and then call 
HiveCatalog.dropTable() then TableOperations.current() throws an uncaught 
NotFoundException and as a result the table won't be erased from HMS as 
HiveCatalog.dropTable() will exit before running the code to erase the table 
from HMS.
   
https://github.com/apache/iceberg/blob/dd5bb497175bcc75cf63bba16038b7a5d93ffdb2/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java#L172
   
   Further investigation and repro steps are in this Impala ticket: 
https://issues.apache.org/jira/browse/IMPALA-11503
   We had a repro using Iceberg 0.13.1 but after checking the code I believe 
this is still an issue on latest master.
   
   I have an ongoing implementation for this fix. Let me know if there are any 
comments on this issue!


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