HonahX commented on code in PR #808:
URL: https://github.com/apache/polaris/pull/808#discussion_r1992071533


##########
spec/iceberg-rest-catalog-open-api.yaml:
##########
@@ -1776,6 +1776,313 @@ paths:
           $ref: '#/components/responses/ServiceUnavailableResponse'
         5XX:
           $ref: '#/components/responses/ServerErrorResponse'
+  
+  /v1/{prefix}/namespaces/{namespace}/policies:
+    parameters:
+      - $ref: '#/components/parameters/prefix'
+      - $ref: '#/components/parameters/namespace'
+
+    post:
+      tags:
+        - Catalog API
+      summary: 'Create a policy in the given namespace'
+      operationId: createPolicy
+      description: >

Review Comment:
   Removed duplication. `iceberg-rest-catalog-open-api.yaml` should be 
identical to upstream iceberg spec



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

Reply via email to