huaxingao commented on code in PR #15180:
URL: https://github.com/apache/iceberg/pull/15180#discussion_r2934736689
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -613,12 +613,99 @@ paths:
5XX:
$ref: '#/components/responses/ServerErrorResponse'
+ /v1/{prefix}/namespaces/{namespace}/functions:
Review Comment:
I added an optional GET /v1/{prefix}/functions endpoint to list all
functions in the catalog, so catalogs that don’t support efficient/global
listing don’t have to implement it.
--
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]