-
Notifications
You must be signed in to change notification settings - Fork 24
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 table compaction source rebases and refactor compact_partition #70
Conversation
…n API to start using backwards-compatible keyword args.
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.
Overall looks good.
LGTM, with this pr, we also need to modify the |
Will address this in a follow-up PR that branches compactor code into implementations that run w/ and w/o PKI. |
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.
LGTM
See user guide in included
README.md
for compaction source rebase use-cases and invocation examples.As part of this PR, the
compact_partition
API has also been refactored for better backwards-compatibility going forward by using keyword arguments for all optional args.