singhpk234 commented on code in PR #8753: URL: https://github.com/apache/iceberg/pull/8753#discussion_r1350563256
########## 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: wondering if we expect the services to throw some validation exp or BadRequest in case there already exists a table and if yes should we document this here ? -- 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