File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 4949 transform_dict_value_to_str ,
5050)
5151from pyiceberg .utils .datetime import datetime_to_millis
52- from pyiceberg .utils .deprecated import deprecation_notice
5352from pyiceberg .utils .properties import property_as_int
5453
5554if TYPE_CHECKING :
@@ -92,16 +91,6 @@ class UpgradeFormatVersionUpdate(IcebergBaseModel):
9291class AddSchemaUpdate (IcebergBaseModel ):
9392 action : Literal ["add-schema" ] = Field (default = "add-schema" )
9493 schema_ : Schema = Field (alias = "schema" )
95- # This field is required: https://github.com/apache/iceberg/pull/7445
96- last_column_id : Optional [int ] = Field (
97- alias = "last-column-id" ,
98- default = None ,
99- deprecated = deprecation_notice (
100- deprecated_in = "0.9.0" ,
101- removed_in = "0.10.0" ,
102- help_message = "last-field-id is handled internally, and should not be part of the update." ,
103- ),
104- )
10594
10695
10796class SetCurrentSchemaUpdate (IcebergBaseModel ):
You can’t perform that action at this time.
0 commit comments