Skip to content

Fix IndexSortSortedNumericDocValuesRangeQuery for int sort (#14732)#14736

Merged
mayya-sharipova merged 1 commit intoapache:branch_9_12from
mayya-sharipova:fix_IndexSortSortedNumericDocValuesRangeQuery_9_12
May 30, 2025
Merged

Fix IndexSortSortedNumericDocValuesRangeQuery for int sort (#14732)#14736
mayya-sharipova merged 1 commit intoapache:branch_9_12from
mayya-sharipova:fix_IndexSortSortedNumericDocValuesRangeQuery_9_12

Conversation

@mayya-sharipova
Copy link
Contributor

This query assumed that missing value is always of type long.
This modifies it to allow type int as well.
The test is added that fails without this change.

Backport for #14732

)

This query assumed that missing value is always of type long.
This modifies it to allow type int as well.
The test is added that fails without this change.

Backport for apache#14732
@mayya-sharipova mayya-sharipova merged commit 1db5b6a into apache:branch_9_12 May 30, 2025
2 checks passed
@mayya-sharipova mayya-sharipova deleted the fix_IndexSortSortedNumericDocValuesRangeQuery_9_12 branch May 30, 2025 13:58
@ChrisHegarty ChrisHegarty added this to the 9.12.2 milestone Jun 11, 2025
@dsmiley
Copy link
Contributor

dsmiley commented Jun 11, 2025

The CHANGES.txt addition should go under 9.12.2, not 9.12.0

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.

3 participants