Skip to content

Commit

Permalink
Thanks Kevin!
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Liu <[email protected]>
  • Loading branch information
Fokko and kevinjqliu authored Nov 4, 2024
1 parent 512b1a2 commit 79a3492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiceberg/table/update/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ def _update_column(self, field: NestedField, existing_field: NestedField) -> Non
if field.field_type.is_primitive and field.field_type != existing_field.field_type:
try:
# If the current type is wider than the new type, then
# we preform a noop
# we perform a noop
_ = promote(field.field_type, existing_field.field_type)
except ResolveError:
# If this is not the case, perform the type evolution
Expand Down

0 comments on commit 79a3492

Please sign in to comment.