gaborkaszab commented on code in PR #11946: URL: https://github.com/apache/iceberg/pull/11946#discussion_r1926607471
########## open-api/rest-catalog-open-api.yaml: ########## @@ -1873,6 +1886,15 @@ components: type: integer minimum: 1 + etag: + name: ETag + in: header + description: Identifies a certain state of the table metadata. + required: false + schema: + type: string + + Review Comment: Done ########## open-api/rest-catalog-open-api.yaml: ########## @@ -1873,6 +1886,15 @@ components: type: integer minimum: 1 + etag: + name: ETag + in: header + description: Identifies a certain state of the table metadata. Review Comment: Sure, suggestion applied -- 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