You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Users can now update data that matches a predicate.
This operation should be encouraged over the replace write operation
since update determines which values require rewriting based on the
supplied predicate.
# Related Issue(s)
- closes#1126
---------
Co-authored-by: Will Jones <willjones127@gmail.com>
Co-authored-by: Robert Pack <42610831+roeap@users.noreply.github.com>
Description
Add update to the operations supported in https://github.com/delta-io/delta-rs/tree/main/rust/src/operations
See the
write
operation implementation for inspiration: https://github.com/delta-io/delta-rs/blob/main/rust/src/operations/write.rsUse Case
Related Issue(s)
The text was updated successfully, but these errors were encountered: