Re: [PR] OpenAPI: Fix additionalProperties for SnapshotSummary [iceberg]

2024-04-04 Thread via GitHub
Fokko merged PR #9838: URL: https://github.com/apache/iceberg/pull/9838 -- 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.apach

Re: [PR] OpenAPI: Fix additionalProperties for SnapshotSummary [iceberg]

2024-04-04 Thread via GitHub
Fokko commented on code in PR #9838: URL: https://github.com/apache/iceberg/pull/9838#discussion_r1552476063 ## open-api/rest-catalog-open-api.py: ## @@ -171,7 +171,6 @@ class SortOrder(BaseModel): class Summary(BaseModel): operation: Literal['append', 'replace', 'overwr

Re: [PR] OpenAPI: Fix additionalProperties for SnapshotSummary [iceberg]

2024-03-25 Thread via GitHub
haizhou-zhao commented on code in PR #9838: URL: https://github.com/apache/iceberg/pull/9838#discussion_r1538384050 ## open-api/rest-catalog-open-api.py: ## @@ -171,7 +171,6 @@ class SortOrder(BaseModel): class Summary(BaseModel): operation: Literal['append', 'replace',