-
Notifications
You must be signed in to change notification settings - Fork 407
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
Implement vacuum command #97
Labels
binding/rust
Issues for the Rust crate
enhancement
New feature or request
good first issue
Good for newcomers
Comments
houqp
added
binding/rust
Issues for the Rust crate
enhancement
New feature or request
good first issue
Good for newcomers
labels
Mar 1, 2021
@fvaleye I think this is actually done right? I'm not clear what work we have left to do |
3 tasks
@rtyler @fvaleye It looks like there are still two serious issues with vacuum implementation:
|
Resolved by #669. |
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
good first issue
Good for newcomers
delta-rs should have a "vacuum table" utility analogous to the one provided by the open source Spark Delta Lake implementation. This utility is useful for cleaning up old files that are no longer referenced by the delta log (e.g. files rewritten by merge statements, optimize command etc.).
See the VacuumCommand in the open source implementation for reference.
The text was updated successfully, but these errors were encountered: