nastra commented on code in PR #9838: URL: https://github.com/apache/iceberg/pull/9838#discussion_r1524549107
########## open-api/rest-catalog-open-api.py: ########## @@ -171,7 +171,6 @@ class SortOrder(BaseModel): class Summary(BaseModel): operation: Literal['append', 'replace', 'overwrite', 'delete'] - additionalProperties: Optional[str] = None Review Comment: I would have expected the summary to also have `Optional[Dict[str, str]] = None` -- 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