Skip to content
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

[Bug] Pruning recreates all indexes #5787

Closed
lutter opened this issue Jan 31, 2025 · 0 comments · Fixed by #5791 · May be fixed by #5810
Closed

[Bug] Pruning recreates all indexes #5787

lutter opened this issue Jan 31, 2025 · 0 comments · Fixed by #5791 · May be fixed by #5810
Assignees
Labels
bug Something isn't working

Comments

@lutter
Copy link
Collaborator

lutter commented Jan 31, 2025

When pruning a subgraph by rebuilding it (i.e., when prune will remove a large part of the subgraph), the rebuilt subgraph will have all the default indexes on it rather than only the indexes that exist on the unpruned version. The reason for that is the None here which should be changed to pass the list of indexes that actually exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants