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


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -4170,6 +4233,17 @@ components:
           items:
             $ref: '#/components/schemas/TableIdentifier'
 
+    ListFunctionsResponse:
+      type: object
+      properties:
+        next-page-token:
+          $ref: '#/components/schemas/PageToken'
+        names:
+          type: array
+          uniqueItems: true
+          items:
+            type: string

Review Comment:
   I don't love that we're returning just a string in the response here.  I 
think we want a function identifier as a component so that we can evolve it in 
the future to include things like uuid or other related information.  For 
example, in listTables, we return a list of TableIdentifier



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