Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Aug 29, 2024
1 parent 1c0d714 commit 74b929c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/deltalake/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,7 @@ def merge(
safe_cast=not error_on_type_mismatch,
writer_properties=writer_properties,
custom_metadata=custom_metadata,
post_commithook_properties=post_commithook_properties.__dict__
if post_commithook_properties
else None,
post_commithook_properties=post_commithook_properties,
)
return TableMerger(py_merge_builder, self._table)

Expand Down

0 comments on commit 74b929c

Please sign in to comment.