-
Notifications
You must be signed in to change notification settings - Fork 414
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
feat: add VACUUM operation as commit in transaction log #1728
feat: add VACUUM operation as commit in transaction log #1728
Conversation
ACTION NEEDED delta-rs follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
@rtyler or @wjones127 could you take a look at the last changes if it's ok now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish there was a description somewhere of how this operation is meant to be used.
Description
Since deltalake 2.3.0 VACUUM operations are added in the transaction log, with
VACUUM START
, andVACUUM END
. This PR will add these changes to the transaction log now for Delta-RS 🕺:Examples of the commits:
Related Issue(s)
Documentation
PR in delta repo: delta-io/delta#1552