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


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -114,7 +124,8 @@ paths:
                 },
                 "defaults": {
                   "clients": "4"
-                }
+                },
+                "capabilities": ["views","pagination","remote_signing"]

Review Comment:
   I don't think that `pagination` makes sense as a capability. Pagination has 
a defined way to fall back for the client and the service. To me, this should 
be groups of routes that support some larger feature, like `views`, `tables`, 
or `scan-planning`.



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