gaborkaszab commented on code in PR #15045:
URL: https://github.com/apache/iceberg/pull/15045#discussion_r2689348598
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1940,7 +1940,13 @@ components:
etag:
name: ETag
in: header
- description: Identifies a unique version of the table metadata.
+ description:
+ Identifies a unique version of the table metadata.
+
+ Implementations that support ETags should produce unique tags for
responses that return
+ different metadata content but represent the same version of table
metadata. For example,
+ the `snapshots` query parameter may result in different metadata
representations depending
+ on whether `refs` or `all` is provided, but should have distinct ETags.
Review Comment:
```suggestion
on whether `refs` or `all` is provided, hence should have distinct
ETags.
```
--
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]