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


##########
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:
   I have a minor objection to the use of `relations` here since we want this 
to be a general endpoint for resolution.  Objects like `table/view` are 
considered relations, but something like a `function` would not (unless you're 
for a strictly relational algebra definition, but that's not consistent with 
sql usage).
   
   We may also include other objects in the future, so a more general term like 
`resolve`, `identifiers`, `resources`, or `entities` might be better.



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