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
As @nicor88 has pointed out, you can get DDL timeouts with Iceberg DROP TABLE - DDL timeout seems to be 60s, not the 30min as advertised.
Can we make the drop table retryable? My experiments suggest that the operation may succeed on the 2nd/3rd attempt, maybe Athena is deleting what it can in 60s so retrying may be successful and could avoid a failed run?
I can look into how we'd do this but checking it's worthwhile
The text was updated successfully, but these errors were encountered:
As @nicor88 has pointed out, you can get DDL timeouts with Iceberg DROP TABLE - DDL timeout seems to be 60s, not the 30min as advertised.
Can we make the drop table retryable? My experiments suggest that the operation may succeed on the 2nd/3rd attempt, maybe Athena is deleting what it can in 60s so retrying may be successful and could avoid a failed run?
I can look into how we'd do this but checking it's worthwhile
The text was updated successfully, but these errors were encountered: