nastra commented on code in PR #9940: URL: https://github.com/apache/iceberg/pull/9940#discussion_r1523294867
########## open-api/rest-catalog-open-api.yaml: ########## @@ -114,7 +124,8 @@ paths: }, "defaults": { "clients": "4" - } + }, + "capabilities": ["views","pagination","remote_signing"] Review Comment: @danielcweeks and I briefly discussed this offline last week and came up with that list. I think we should probably discuss whether `capabilities` just indicate the existence of certain endpoints or whether they can be a general indicator of something that the server supports. `pagination` is a good example where we probably wouldn't need to indicate that a server supports this via `capabilities`, since a client can be informed about this by sending the `next-page-token` in a list response. -- 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