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


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -613,12 +613,99 @@ paths:
         5XX:
           $ref: '#/components/responses/ServerErrorResponse'
 
+  /v1/{prefix}/namespaces/{namespace}/functions:

Review Comment:
   We might need a `/v1/{prefix}/functions` or some way to globally list all 
the functions.  I'm not sure all engines will support the idea of namespaced 
functions.  Some engines like Trino work around this be running through all the 
namespaces if one isn't provided (I believe this is done for table listing or 
system tables).  Not sure if we can handle an empty namespace though.



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

Reply via email to