We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you vacuum a table with delta-rs, it doesn't create a commit in the delta transaction log, stating the VACUUM operation.
The text was updated successfully, but these errors were encountered:
Does it do that in Spark? I wouldn't expect it to create a transaction.
Sorry, something went wrong.
@wjones127 apparently they do since this PR: delta-io/delta#1552
Also here is an example: https://books.japila.pl/delta-lake-internals/demo/vacuum/#vacuum-retain-0-hours at the bottom of the page.
@wjones127 I checked my tables written with databricks, and they all have the VACUUM START/END commits
Successfully merging a pull request may close this issue.
When you vacuum a table with delta-rs, it doesn't create a commit in the delta transaction log, stating the VACUUM operation.
The text was updated successfully, but these errors were encountered: