You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When encountering a PAGE_TRANSPORT_TIMEOUT while a CREATE TABLE query is running on an Iceberg connector, Trino will drop and stop all running queries (as expected).
My concerns is that it will not cleanup data created by the CREATE TABLE queries, leading to orphan files, not tracked by Trino and Iceberg. As far I know, there is no cleanup procedures for these unfinished tables.
This is an issue as it may lead to increasing storage cost, while being untrackable by Iceberg.