-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iceberg REST catalog does not delete Puffin stats files when purging the table #16583
Comments
Can I give this issue a shot? |
I would like to assign it to me and start working on it |
Hi, is there any update on this issue? |
for REST catalog this probably will be fixed by apache/iceberg#9305 |
Confirmed the latest status. apache/iceberg#9305 is insufficient. Puffin files still remain if we execute ANALYZE statement or In ANALYZE, the previous stats file path for the current snapshot is overwritten by the following code. Then, trino/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergMetadata.java Lines 2669 to 2671 in ddff01f
In trino/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergMetadata.java Lines 1870 to 1872 in ddff01f
Filed apache/iceberg#11876 |
Repro steps using
QueryRunner
as created byio.trino.plugin.iceberg.catalog.rest.TestIcebergTrinoRestCatalogConnectorTest#createQueryRunner
After the DROP, one file still remains (+ its crc)
The text was updated successfully, but these errors were encountered: