Skip to content

Commit

Permalink
Update python/deltalake/table.py
Browse files Browse the repository at this point in the history
Co-authored-by: Will Jones <willjones127@gmail.com>
  • Loading branch information
ion-elgreco and wjones127 authored Nov 4, 2023
1 parent c6f124b commit bbb6655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/deltalake/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def update(
```
Update all row values. This is equivalent to
``UPDATE table SET id = concat(id, '_old')``.
``UPDATE table SET deleted = true, id = concat(id, '_old')``.
```
from deltalake import DeltaTable
dt = DeltaTable("tmp")
Expand Down

0 comments on commit bbb6655

Please sign in to comment.