huaxingao opened a new pull request, #15180:
URL: https://github.com/apache/iceberg/pull/15180

   This PR updates `open-api/rest-catalog-open-api.yaml` to define read-only 
REST catalog support for functions.
   
   Add function endpoints:
   
   - GET /v1/{prefix}/namespaces/{namespace}/functions
   - GET /v1/{prefix}/namespaces/{namespace}/functions/{function}
   
   Add OpenAPI components for the responses and parameters:
   
   - ListFunctionsResponse
   - LoadFunctionResponse
   - function path parameter
   - NoSuchFunctionError example
   
   Update the /v1/config “default endpoints” list to include the function 
endpoints.
   
   Scope
   Read-only only (list + load). No create/replace/drop in this PR.
   
   This is intended as the Stage 1 spec surface; function CRUD can be 
proposed/voted in a follow-up
   
   Follow-up work to implement these endpoints in the Spark 4.1 integration is 
tracked in [#14954](https://github.com/apache/iceberg/pull/14954)
   


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