rdblue commented on a change in pull request #4335:
URL: https://github.com/apache/iceberg/pull/4335#discussion_r827196101



##########
File path: open-api/rest-catalog-open-api.yaml
##########
@@ -1219,39 +1219,78 @@ components:
         - $ref: '#/components/schemas/RemovePropertiesUpdate'
 
     TableRequirement:
+      description:
+        Assertions from the client that must be valid for the commit to 
succeed. Assertions are identified by `type` -
+
+        - `assert-create` - the table must not already exist; used for create 
transactions
+        
+        - `assert-table-uuid` - the table UUID must match the requirement's 
`uuid`
+
+        - assert-ref-snapshot-id - the table branch or tag identified by the 
requirement's `ref` must reference the requirement's `snapshot-id`; if 
`snapshot-id` is `null` or missing, the ref must not already exist

Review comment:
       Fixed.

##########
File path: open-api/rest-catalog-open-api.yaml
##########
@@ -1219,39 +1219,78 @@ components:
         - $ref: '#/components/schemas/RemovePropertiesUpdate'
 
     TableRequirement:
+      description:
+        Assertions from the client that must be valid for the commit to 
succeed. Assertions are identified by `type` -
+
+        - `assert-create` - the table must not already exist; used for create 
transactions
+        
+        - `assert-table-uuid` - the table UUID must match the requirement's 
`uuid`
+
+        - assert-ref-snapshot-id - the table branch or tag identified by the 
requirement's `ref` must reference the requirement's `snapshot-id`; if 
`snapshot-id` is `null` or missing, the ref must not already exist

Review comment:
       Fixed.




-- 
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