Fokko commented on code in PR #7445:
URL: https://github.com/apache/iceberg/pull/7445#discussion_r1218547465


##########
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:
   ```suggestion
                 description: The highest assigned column ID for the table. 
This is used to ensure columns are always assigned an unused ID when evolving 
schemas. When omitted, it will be computed on the server side.
   ```



-- 
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]

Reply via email to