Skip to content

Commit e8830bf

Browse files
committed
PR comment
1 parent 21c9997 commit e8830bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/table/update/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class RemoveStatisticsUpdate(IcebergBaseModel):
194194

195195

196196
class RemovePartitionSpecsUpdate(IcebergBaseModel):
197-
action: Literal["remove-partition-spec"] = Field(default="remove-partition-spec")
197+
action: Literal["remove-partition-specs"] = Field(default="remove-partition-specs")
198198
spec_ids: List[int] = Field(alias="spec-ids")
199199

200200

0 commit comments

Comments
 (0)