stevenzwu commented on code in PR #15830:
URL: https://github.com/apache/iceberg/pull/15830#discussion_r3022939282
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -2128,7 +2280,9 @@ components:
"GET /v1/{prefix}/namespaces",
"POST /v1/{prefix}/namespaces",
"GET /v1/{prefix}/namespaces/{namespace}/tables/{table}",
- "GET /v1/{prefix}/namespaces/{namespace}/views/{view}"
+ "GET /v1/{prefix}/namespaces/{namespace}/views/{view}",
+ "GET /v1/{prefix}/namespaces/{namespace}/relations/{relation}",
+ "POST /v1/{prefix}/relations/batch-load"
Review Comment:
this is related to the other discussion where we want to allow the same
identifier for a relational object (like table) and a function. With that
assumption, the endpoint will need to have object category in the path to
distinguish them.
--
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]