advancedxy commented on code in PR #12022:
URL: https://github.com/apache/iceberg/pull/12022#discussion_r1947539349


##########
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:
   why this is optional? Looks like all other actions are constant field.



-- 
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

Reply via email to