-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add delete_many functionality to object store #360
Conversation
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.
Looks good overall. Please address few comments.
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.
Looks good overall. Couple more minor comments.
deltacat/tests/compute/test_compact_partition_multiple_rounds.py
Outdated
Show resolved
Hide resolved
Looks good overall. Be sure to test thoroughly before merging.. |
This change adds the
delete_many
functionality to object stores. This is necessary to cleanup the object store between rounds of compaction.