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



##########
File path: rest_docs/rest-catalog-open-api.yaml
##########
@@ -814,6 +1423,34 @@ components:
                   Server's do not need to implement this.
                 nullable: true
 
+    LoadTableResponse:
+      description: Table metadata result when loading a table
+      content:
+        application/json:
+          schema:
+            type: object
+            required:
+              - metadata
+            properties:
+              config:
+                type: object
+                additionalProperties:
+                  type: string
+              metadata:
+                $ref: '#/components/schemas/TableMetadata'
+
+    CommitTableResponse:

Review comment:
       Right now this is just focused on normal table updates. I think we need 
to layer on CREATE TABLE and transactional semantics in a separate PR. I think 
it will probably look like adding an option to the commit and the create, but 
I've not gotten it completely worked out yet.




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