Skip to content

Commit

Permalink
fix: lint local errors
Browse files Browse the repository at this point in the history
  • Loading branch information
donotpush committed Aug 28, 2024
1 parent 7004a35 commit 6ef862a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/common/libs/deltalake.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ def _evolve_delta_table_schema(delta_table: DeltaTable, arrow_schema: pa.Schema)
for field in ensure_delta_compatible_arrow_schema(arrow_schema)
if field not in delta_table.to_pyarrow_dataset().schema
]
delta_table.alter.add_columns(new_fields) # type: ignore
delta_table.alter.add_columns(new_fields)

0 comments on commit 6ef862a

Please sign in to comment.