Re: [PR] Open-API: Bump to OpenAPI 3.1 [iceberg]

2025-01-14 Thread via GitHub
Fokko commented on PR #11955: URL: https://github.com/apache/iceberg/pull/11955#issuecomment-2590904626 Thanks @jbonofre, @nastra and @hussein-awala for the review 🙌 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Open-API: Bump to OpenAPI 3.1 [iceberg]

2025-01-14 Thread via GitHub
Fokko merged PR #11955: URL: https://github.com/apache/iceberg/pull/11955 -- 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.apa

Re: [PR] Open-API: Bump to OpenAPI 3.1 [iceberg]

2025-01-13 Thread via GitHub
jbonofre commented on code in PR #11955: URL: https://github.com/apache/iceberg/pull/11955#discussion_r1913370539 ## open-api/rest-catalog-open-api.py: ## @@ -132,11 +132,15 @@ class ExpressionType(BaseModel): class TrueExpression(BaseModel): -type: ExpressionType +

Re: [PR] Open-API: Bump to OpenAPI 3.1 [iceberg]

2025-01-13 Thread via GitHub
Fokko commented on code in PR #11955: URL: https://github.com/apache/iceberg/pull/11955#discussion_r1913029561 ## open-api/rest-catalog-open-api.py: ## @@ -132,11 +132,15 @@ class ExpressionType(BaseModel): class TrueExpression(BaseModel): -type: ExpressionType +typ