flyrain commented on code in PR #11946: URL: https://github.com/apache/iceberg/pull/11946#discussion_r1926204614
########## 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: Nit: remove the extra empty line? ########## 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: Is `version` more accurate here? ```suggestion description: Identifies a unique version of the table metadata. ``` -- 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