nastra commented on code in PR #8753:
URL: https://github.com/apache/iceberg/pull/8753#discussion_r1354167117


##########
open-api/rest-catalog-open-api.py:
##########
@@ -230,6 +230,10 @@ class BaseUpdate(BaseModel):
 
 
 class AssignUUIDUpdate(BaseUpdate):
+    """
+    Assigning a UUID to a table/view should only be done when creating the 
table/view. It is not safe to re-assign the UUID if a table/view already has a 
UUID assigned

Review Comment:
   @singhpk234 this is being handled by the `TableRequirement` section, more 
specifically, there is `assert-create`: 
https://github.com/apache/iceberg/blob/621d301b17417af4b71a0e8c93db9db6f8266839/open-api/rest-catalog-open-api.yaml#L1831



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to