Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Update operation #1126

Closed
wjones127 opened this issue Feb 5, 2023 · 0 comments · Fixed by #1390
Closed

Support Update operation #1126

wjones127 opened this issue Feb 5, 2023 · 0 comments · Fixed by #1390
Labels
binding/rust Issues for the Rust crate enhancement New feature or request

Comments

@wjones127
Copy link
Collaborator

wjones127 commented Feb 5, 2023

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.rs

Use Case

Related Issue(s)

@wjones127 wjones127 added enhancement New feature or request binding/rust Issues for the Rust crate labels Feb 5, 2023
@wjones127 wjones127 mentioned this issue Feb 5, 2023
21 tasks
wjones127 added a commit that referenced this issue Jun 14, 2023
# 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant