nastra commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1523104924


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -61,6 +61,14 @@ security:
   - OAuth2: [catalog]
   - BearerAuth: []
 
+tags:

Review Comment:
   For a capability like `tables` I would assume that this is the default 
capability that each server provides without actually indicating this as part 
of `capabilities`. 
   The reason for this is: A newer client knowning about `capabilities` should 
still be able to call the namespaces/tables endpoints of an older server that 
doesn't send back `capabilities`.
   
   Or did you mean to add `tables` only for grouping but not to be returned as 
part of `capabilities`?
   
   



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