jbonofre commented on code in PR #13505: URL: https://github.com/apache/iceberg/pull/13505#discussion_r2222410762
########## 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: OK, fair enough. It doesn't block us to support V4 features preview in REST. Let me update the PR for just V3 for now 😄 -- 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