nastra commented on code in PR #7569:
URL: https://github.com/apache/iceberg/pull/7569#discussion_r1189517752


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1756,6 +1871,30 @@ components:
           items:
             $ref: '#/components/schemas/TableUpdate'
 
+    CommitTransactionTableRequest:
+      type: object
+      required:
+        - identifier
+        - requirements
+        - updates
+      properties:
+        identifier:
+          $ref: '#/components/schemas/TableIdentifier'
+        requirements:
+          type: array
+          items:
+            $ref: '#/components/schemas/TableRequirement'
+        updates:
+          type: array
+          items:
+            $ref: '#/components/schemas/TableUpdate'
+
+    CommitTransactionRequest:
+      type: array

Review Comment:
   this will need to be updated once the JSON representation has been finalized



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