Skip to content

Commit

Permalink
Add DELTA_CONCURRENT_DOMAIN_METADATA error type
Browse files Browse the repository at this point in the history
  • Loading branch information
mikek-db committed Sep 26, 2024
1 parent f8f2097 commit 3a23d24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spark/src/main/resources/error/delta-error-classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,12 @@
],
"sqlState" : "2D521"
},
"DELTA_CONCURRENT_DOMAIN_METADATA" : {
"message" : [
"ConcurrentDomainMetadataException: This error occurs when multiple streaming queries have a conflicting domain. Please try the operation again. <conflictingCommit>\nRefer to <docLink> for more details."
],
"sqlState" : "2D521"
},
"DELTA_CONCURRENT_WRITE" : {
"message" : [
"ConcurrentWriteException: A concurrent transaction has written new data since the current transaction read the table. Please try the operation again.\nRefer to <docLink> for more details."
Expand Down

0 comments on commit 3a23d24

Please sign in to comment.