rdblue commented on code in PR #17137:
URL: https://github.com/apache/iceberg/pull/17137#discussion_r3555370707
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -3930,6 +3937,9 @@ components:
CreateTableRequest:
type: object
+ description:
+ Table creation request. The field IDs in `schema` are assigned by the
client, but because a newly
+ created table has no committed data, a server MAY (re)assign them when
creating the table.
Review Comment:
Maybe we should have a general statement like this that the service is
allowed to do things like reassignment, but its actions must not alter the
table data. This could unify both cases because it is allowed to rewrite in
both cases and the "must not alter table data" is invariant everywhere.
--
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]