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

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

[Bug] Pruning recreates all indexes #5787

lutter opened this issue Jan 31, 2025 · 0 comments · May be fixed by #5791
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

@lutter lutter added the bug Something isn't working label Jan 31, 2025
@shiyasmohd shiyasmohd linked a pull request Feb 3, 2025 that will close this issue
@shiyasmohd shiyasmohd self-assigned this Feb 3, 2025
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
Development

Successfully merging a pull request may close this issue.

2 participants