Open vinay-kl opened 3 hours ago
@findinpath For the above particular case, can we catch the exception and propagate the same to not carry out roll-back of Table-Base location directory deletion?
Also https://github.com/trinodb/trino/blob/4c048b3f6decf17871d4c81668487512061f8d76/plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java#L1663-L1682, _delta_log
directory also getting deleted which needs to be handled as well.
Hello Team, We are using
v454
in prod, facing the following issueTrino concurrent CTAS with same name on delta-table, which in-particular has failed, cleans up data-directory as part of rollback
, the succeeded one is rendered useless as it's not queryable and drop is also not possible on Trino.Reproduction Steps
Rollback Stack-trace