We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c9997 commit e8830bfCopy full SHA for e8830bf
pyiceberg/table/update/__init__.py
@@ -194,7 +194,7 @@ class RemoveStatisticsUpdate(IcebergBaseModel):
194
195
196
class RemovePartitionSpecsUpdate(IcebergBaseModel):
197
- action: Literal["remove-partition-spec"] = Field(default="remove-partition-spec")
+ action: Literal["remove-partition-specs"] = Field(default="remove-partition-specs")
198
spec_ids: List[int] = Field(alias="spec-ids")
199
200
0 commit comments