Skip to content

Conversation

@msfroh
Copy link
Contributor

@msfroh msfroh commented Mar 21, 2025

Description

With the Lucene 10 upgrade, we should not rely on doc values returning NO_MORE_DOCS once they've run out of ords. Instead, we should return a correct value for docValueCount().

Related Issues

Resolves #17628

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

With the Lucene 10 upgrade, we should not rely on doc values returning
NO_MORE_DOCS once they've run out of ords. Instead, we should return a
correct value for docValueCount().

Signed-off-by: Michael Froh <froh@amazon.com>
@msfroh msfroh force-pushed the missing_values_ords branch from 5151667 to 71f1b16 Compare March 21, 2025 00:25
@github-actions
Copy link
Contributor

✅ Gradle check result for 71f1b16: SUCCESS

@codecov
Copy link

codecov bot commented Mar 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.42%. Comparing base (47d3655) to head (71f1b16).
Report is 25 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #17647      +/-   ##
============================================
- Coverage     72.53%   72.42%   -0.11%     
+ Complexity    65826    65756      -70     
============================================
  Files          5311     5311              
  Lines        305073   305073              
  Branches      44243    44245       +2     
============================================
- Hits         221293   220964     -329     
- Misses        65688    65995     +307     
- Partials      18092    18114      +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@msfroh msfroh merged commit d066743 into opensearch-project:main Mar 26, 2025
34 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working skip-changelog v3.0.0 Issues and PRs related to version 3.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] SSDV.nextOrd() should not make use of NO_MORE_DOCS

3 participants