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: [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]