pvary commented on code in PR #14196:
URL: https://github.com/apache/iceberg/pull/14196#discussion_r2419347249


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1373,12 +1441,17 @@ paths:
                 TableToUpdateDoesNotExist:
                   $ref: '#/components/examples/NoSuchTableError'
         409:
-          description:
-            Conflict - CommitFailedException, one or more requirements failed. 
The client may retry.
+          description: |
+            Conflict - Multiple conflict scenarios possible:
+            - CommitFailedException, one or more requirements failed. The 
client may retry.

Review Comment:
   Question: Shall we add `The client may retry with a different 
Idempotency-Key`?
   
   Since it is so near to the other description (`A request with the same 
Idempotency-Key is already in progress`), it might be more clear if we 
specifically state that this retry is different than the idempotency retry. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to