Re: [PR] Open-API: Add table updates for statistics [iceberg]

2024-01-31 Thread via GitHub
nastra merged PR #9564: URL: https://github.com/apache/iceberg/pull/9564 -- 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.apac

Re: [PR] Open-API: Add table updates for statistics [iceberg]

2024-01-31 Thread via GitHub
nastra commented on code in PR #9564: URL: https://github.com/apache/iceberg/pull/9564#discussion_r1473058765 ## open-api/rest-catalog-open-api.yaml: ## @@ -3158,6 +3193,55 @@ components: metadata: $ref: '#/components/schemas/TableMetadata' +StatisticsF

[PR] Open-API: Add table updates for statistics [iceberg]

2024-01-26 Thread via GitHub
mrcnc opened a new pull request, #9564: URL: https://github.com/apache/iceberg/pull/9564 Table statistics were added in https://github.com/apache/iceberg/pull/5450 and it would be helpful to have them in the OpenAPI spec for REST catalog implementations that don't use the Java parsers from