logesh45 opened a new pull request, #15115: URL: https://github.com/apache/iceberg/pull/15115
fix: Include SetPartitionStatisticsUpdate and RemovePartitionStatisticsUpdate in TableUpdate union The `SetPartitionStatisticsUpdate` and `RemovePartitionStatisticsUpdate` were defined in the OpenAPI spec but missing from the `TableUpdate` union. This caused the generated Python client and other consumers to not recognize these updates as valid table updates. This commit adds them to the `TableUpdate` union in `rest-catalog-open-api.yaml` and regenerates `rest-catalog-open-api.py`. https://github.com/logesh45/iceberg/pull/1 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
