Skip to content

Use explicit version check in Lucene90BlockTreeTermsWriter#15975

Merged
romseygeek merged 1 commit into
apache:mainfrom
romseygeek:codec/version-check-bug
Apr 22, 2026
Merged

Use explicit version check in Lucene90BlockTreeTermsWriter#15975
romseygeek merged 1 commit into
apache:mainfrom
romseygeek:codec/version-check-bug

Conversation

@romseygeek
Copy link
Copy Markdown
Contributor

We were checking against VERSION_CURRENT to determine how to load FSTs, which works fine now but could cause problems if VERSION_CURRENT was updated at any point for a different reason.

We were checking against VERSION_CURRENT to determine how to
load FSTs, which works fine now but could cause problems if
VERSION_CURRENT was updated at any point for a different reason.
@romseygeek romseygeek requested a review from gf2121 April 22, 2026 10:21
@romseygeek romseygeek self-assigned this Apr 22, 2026
@romseygeek romseygeek added the skip-changelog Apply to PRs that don't need a changelog entry, stopping the automated changelog check. label Apr 22, 2026
@romseygeek romseygeek added this to the 10.5.0 milestone Apr 22, 2026
@romseygeek romseygeek merged commit 6b3a452 into apache:main Apr 22, 2026
13 checks passed
romseygeek added a commit that referenced this pull request Apr 22, 2026
We were checking against VERSION_CURRENT to determine how to
load FSTs, which works fine now but could cause problems if
VERSION_CURRENT was updated at any point for a different reason.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Apply to PRs that don't need a changelog entry, stopping the automated changelog check.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants