marton-bod commented 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 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: [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]
