Fokko commented on code in PR #7445:
URL: https://github.com/apache/iceberg/pull/7445#discussion_r1181289705
##########
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:
Got it. It is also not required in the OpenAPI spec. I updated the Java side
as well to make it optional. We can also omit it from the spec entirely, I
don't have a strong opinion 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: [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]