Trino + Iceberg + Nessie REST + Minio: DROP TABLE does not delete files #25727
Unanswered
ziggekatten
asked this question in
Q&A
Replies: 1 comment
-
Hi @ziggekatten, I need some help here, We're currently running a PoC using Delta Lake + Hive Metastore on Trino 440, and we're observing something different: when we drop tables, the metadata entry is removed from Hive, but the physical data files on disk (HDFS) remain untouched. That is, Trino successfully drops the table, but does not delete the directory or its contents. You're mentioning that Delta Lake in your case does remove the files — could you help here please. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are running an PoC (version 475), and I can see that when dropping an table in my Iceberg catalog, the files in my MinIO bucket are not deleted.
The creation of schema and tables is basic ones without specified location on nether CREATE SCHEMA or CREATE TABLE.
Also, I can see that the connector does not respect
the iceberg.unique-table-location=false
setting, whereas our delta-lake + Hive setup does.Fond some vague discussions around this, but no documentation around any settings.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions