Skip to content

Commit 00fb675

Browse files
Update pyiceberg/table/update/__init__.py
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent cb9891d commit 00fb675

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)