jbonofre commented on code in PR #13505: URL: https://github.com/apache/iceberg/pull/13505#discussion_r2197546383
########## open-api/rest-catalog-open-api.py: ########## @@ -1147,7 +1147,7 @@ class NotExpression(BaseModel): class TableMetadata(BaseModel): - format_version: int = Field(..., alias='format-version', ge=1, le=2) + format_version: int = Field(..., alias='format-version', ge=1, le=4) Review Comment: Yes, that's my proposal, just to anticipate a little 😄 -- 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