rdblue commented on code in PR #7445:
URL: https://github.com/apache/iceberg/pull/7445#discussion_r1179703697
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1500,6 +1500,9 @@ components:
properties:
schema:
$ref: '#/components/schemas/Schema'
+ last-column-id:
+ type: integer
+ description: The highest assigned column ID for the table. This
is used to ensure columns are always assigned an unused ID when evolving
schemas.
Review Comment:
This isn't technically required in the OpenAPI spec. We send it in the Java
client because we already have it. But there isn't really a requirement for it
because the server side can find `max(id for id in schema)`
--
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]