ajantha-bhat commented on code in PR #13505: URL: https://github.com/apache/iceberg/pull/13505#discussion_r2196625118
########## 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: Definitely +1 for v3. I wasn't sure whether we should support v4 now. But since we have this PR merged now https://github.com/apache/iceberg/pull/13123, should be ok to support v4. -- 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