gaborkaszab commented on code in PR #14869:
URL: https://github.com/apache/iceberg/pull/14869#discussion_r2630188548


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1832,6 +1832,60 @@ paths:
         5XX:
           $ref: '#/components/responses/ServerErrorResponse'
 
+  /v1/{prefix}/namespaces/{namespace}/register-view:
+    parameters:
+      - $ref: '#/components/parameters/prefix'
+      - $ref: '#/components/parameters/namespace'
+
+    post:
+      tags:
+        - Catalog API
+      summary: Register a view in the catalog

Review Comment:
   Both of them are pretty short, so I don't think it matters which one is 
somewhat longer. I'd value consistency across the table and view functionality 
but that might be just my personal preference.



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