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


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -4147,6 +4249,18 @@ components:
           items:
             $ref: '#/components/schemas/Namespace'
 
+    LoadFunctionResponse:
+      type: object
+      required:
+        - spec
+      properties:
+        spec:
+          type: object
+          description: >
+            The function spec JSON. The schema of this document is defined by 
the Iceberg function
+            spec version negotiated between the client and the server.
+          additionalProperties: true

Review Comment:
   We may still need `metadata-location`, `metadata`, and `config` as view and 
table do.



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