-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ENH]: add operator for garbage collection to list all files used by collection version #4466
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
base: feat-gc-forked-compute-versions-to-delete
Are you sure you want to change the base?
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
8e4042e
to
34ed231
Compare
0c85b47
to
b989fec
Compare
Add Garbage Collection Operator for File Listing This PR adds a new Key Changes: Affected Areas: This summary was automatically generated by @propel-code-bot |
34ed231
to
9ca2cd5
Compare
b989fec
to
b793a23
Compare
9ca2cd5
to
0725564
Compare
b793a23
to
282d440
Compare
0725564
to
dd8eba1
Compare
282d440
to
c0389ea
Compare
dd8eba1
to
d7546c4
Compare
c0389ea
to
8b8f1bf
Compare
d7546c4
to
8242dc4
Compare
8b8f1bf
to
9853786
Compare
8242dc4
to
5f592dc
Compare
9853786
to
fc1cd49
Compare
5f592dc
to
3c829d0
Compare
fc1cd49
to
c9ec71e
Compare
3c829d0
to
8fa48f8
Compare
c9ec71e
to
d357155
Compare
8fa48f8
to
c69db1a
Compare
d357155
to
414e653
Compare
c69db1a
to
cedd402
Compare
414e653
to
15fc32e
Compare
cedd402
to
293492c
Compare
15fc32e
to
f29b0bf
Compare
Description of changes
Does what the title says. Given a version file and a version, the operator constructs a complete list of files used by the collection version (including block files by traversing all sparse indices).
Test plan
How are these changes tested?
pytest
for python,yarn test
for js,cargo test
for rustTested in the next PR.
Documentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs section?
n/a