danielcweeks commented on code in PR #11946:
URL: https://github.com/apache/iceberg/pull/11946#discussion_r1915221784


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -930,6 +930,14 @@ paths:
         key. For example, "urn:ietf:params:oauth:token-type:jwt=<JWT-token>".
       parameters:
         - $ref: '#/components/parameters/data-access'
+        - name: If-None-Match
+          in: header
+          description:
+            An optional header that triggers freshness-aware table loading. 
The content is the value
+            of the ETag received previously for the table.

Review Comment:
   ```suggestion
   An optional header that allows the server to return 304 (Not Modified) if 
the metadata is current. The content is the value
   of the ETag received in a CreateTableResponse or LoadTableResponse.
   ```



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

Reply via email to