Skip to content

Commit 0787690

Browse files
Only relevant changes
1 parent 05d8816 commit 0787690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyiceberg/table/update/schema.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ def union_by_name(self, new_schema: Union[Schema, "pa.Schema"]) -> UpdateSchema:
175175
return self
176176

177177
def add_column(
178-
self, path: Union[str, Tuple[str, ...]], field_type: IcebergType, doc: Optional[str] = None, required: bool = False
179-
) -> UpdateSchema:
178+
self, path: Union[str, Tuple[str, ...]], field_type: IcebergType, doc: Optional[str] = None, required: bool = False
179+
) -> UpdateSchema:
180180
"""Add a new column to a nested struct or Add a new top-level column.
181181
182182
Because "." may be interpreted as a column path separator or may be used in field names, it

0 commit comments

Comments
 (0)