amogh-jahagirdar commented on code in PR #10846: URL: https://github.com/apache/iceberg/pull/10846#discussion_r1700738490
########## open-api/rest-catalog-open-api.py: ########## @@ -359,6 +359,9 @@ class RemovePartitionStatisticsUpdate(BaseUpdate): action: Literal['remove-partition-statistics'] snapshot_id: int = Field(..., alias='snapshot-id') +class RemovePartitionSpecsUpdate(BaseUpdate): + action: Literal['remove-partition-specs'] + spec_ids: int = List[int] Review Comment: I need to generate this properly... -- 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