Skip to content

[python] Fix RecursionError in vector search with many splits#7823

Open
XiaoHongbo-Hope wants to merge 6 commits into
apache:masterfrom
XiaoHongbo-Hope:lumina_fix
Open

[python] Fix RecursionError in vector search with many splits#7823
XiaoHongbo-Hope wants to merge 6 commits into
apache:masterfrom
XiaoHongbo-Hope:lumina_fix

Conversation

@XiaoHongbo-Hope
Copy link
Copy Markdown
Contributor

Purpose

#7752 fixed the closure chain recursion in BTree path, but Lumina (vector search) path still nests score_getter closures, causing the same issue. This PR fixes it.

Tests

@XiaoHongbo-Hope XiaoHongbo-Hope marked this pull request as draft May 12, 2026 04:59
@XiaoHongbo-Hope XiaoHongbo-Hope marked this pull request as ready for review May 12, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant