gaborkaszab commented on code in PR #12022: URL: https://github.com/apache/iceberg/pull/12022#discussion_r1948931896
########## open-api/rest-catalog-open-api.py: ########## @@ -390,6 +390,11 @@ class RemovePartitionSpecsUpdate(BaseUpdate): spec_ids: List[int] = Field(..., alias='spec-ids') +class RemoveSchemasUpdate(BaseUpdate): + action: Optional[Literal['remove-schemas']] = None Review Comment: Good catch! There have been an [OpenAPI version bump](https://github.com/apache/iceberg/commit/8cd5b1985d3f9c55ab2ced174559a8416b6ca1b4) since I uploaded this PR and changed the type of these updates from enum to const. As a result the generated py file no longer has the action as optional. -- 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