alexkingli opened a new issue #3726:
URL: https://github.com/apache/iceberg/issues/3726


   When using HiveCatalog.dropTable, we found that dropping successfully  in 
metastore but failed to remove the data files,it is caused by no permission to 
delete the hdfs files of iceberg table。Then we use the account with permissions 
to delete this table again,   it is still failed to delete the HDFS file. We 
think the reason is that this iceberg table‘s metadata in metastore are deleted 
successfully during the first operation, it will find table does not exist and 
don't delete data files when we delete again .
   


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