mxm commented on code in PR #15180:
URL: https://github.com/apache/iceberg/pull/15180#discussion_r3065956489
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -4950,6 +5349,13 @@ components:
etag:
$ref: '#/components/parameters/etag'
+ LoadFunctionResponse:
+ description: Function metadata result when loading a function
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/LoadFunctionResult'
Review Comment:
We don't have an `examples:` section here. Constructing an example would be
more involved here, but generally I'm wondering, why are we adding examples for
some types and not for others?
--
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]