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 2022/02/01 11:53:26 UTC

[GitHub] [iceberg] marton-bod edited a comment on pull request #4018: [HiveCatalog] Make Hive's external table behavior match with Iceberg table's gc.enabled behavior.

marton-bod edited a comment on pull request #4018:
URL: https://github.com/apache/iceberg/pull/4018#issuecomment-1026761547


   In the newer versions of Hive, there is a table property `external.table.purge` which if true, the external table data will be deleted upon dropping the table, just like for managed tables. For Iceberg tables created by the Hive engine, we automatically append this property `external.table.purge=true` (and set the gc.enabled to true as well accordingly).


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