rdblue commented on code in PR #7913: URL: https://github.com/apache/iceberg/pull/7913#discussion_r1367557579
########## open-api/rest-catalog-open-api.yaml: ########## @@ -1860,6 +2320,26 @@ components: items: type: string + AddViewVersionUpdate: + allOf: + - $ref: '#/components/schemas/BaseUpdate' + - type: object + required: + - view-version + properties: + view-version: + $ref: '#/components/schemas/ViewVersion' + + SetCurrentViewVersionUpdate: + allOf: + - $ref: '#/components/schemas/BaseUpdate' + - type: object + required: + - view-version-id Review Comment: This also needs to support -1 to signal that the version should be the last added version in the request. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org