You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/12/22 18:18:21 UTC

[GitHub] [iceberg] jotarada opened a new issue #3792: Drop managed table after drop data

jotarada opened a new issue #3792:
URL: https://github.com/apache/iceberg/issues/3792


   If somehow data is deleted from files there is some way to drop table from the metastore?
   
   Using spark or trino to to drop the table always led to this exception:
   
   ```
   Failed to open input stream for file: <deleted-files-location>/metadata/<someuuid>.metadata.json
   ```
   
   Is there any workaround to fix this?
   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] flyrain commented on issue #3792: Drop managed table after drop data

Posted by GitBox <gi...@apache.org>.
flyrain commented on issue #3792:
URL: https://github.com/apache/iceberg/issues/3792#issuecomment-1005269353


   As a workaround, you can uses the the metastore APIs to drop the table? For HMS, you can fire a hive cli or a Hive Java API to do that.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org