trinodb/trino
View on GitHubClassify Iceberg CommitFailedException as TRANSACTION_CONFLICT
Open
#16,770 opened on Mar 29, 2023
good first issue
Repository metrics
- Stars
- (9,113 stars)
- PR merge metrics
- (Avg merge 5d 9h) (306 merged PRs in 30d)
Description
All the places that call Iceberg Transaction.commitTransaction() need to be wrapped to rethrow as TrinoException.
Example error: https://github.com/trinodb/trino/issues/16762