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

fix merge panic for JSON fields #2284

Merged
merged 1 commit into from
Dec 21, 2023
Merged

fix merge panic for JSON fields #2284

merged 1 commit into from
Dec 21, 2023

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Dec 20, 2023

Root cause was the positions buffer had residue positions from the
previous term, when the terms were alternating between having and not
having positions in JSON (terms have positions, but not numerics).

Fixes #2283

@PSeitz PSeitz force-pushed the merge_panic branch 2 times, most recently from 0f644e9 to 7e25e96 Compare December 20, 2023 07:40
Root cause was the positions buffer had residue positions from the
previous term, when the terms were alternating between having and not
having positions in JSON (terms have positions, but not numerics).

Fixes #2283
@PSeitz PSeitz merged commit 9c75942 into main Dec 21, 2023
4 checks passed
@PSeitz PSeitz deleted the merge_panic branch December 21, 2023 10:05
PSeitz added a commit that referenced this pull request Apr 10, 2024
Root cause was the positions buffer had residue positions from the
previous term, when the terms were alternating between having and not
having positions in JSON (terms have positions, but not numerics).

Fixes #2283
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.

merge panic on JSON field with positions indexed
2 participants