romseygeek opened a new pull request, #16161: URL: https://github.com/apache/lucene/pull/16161
When docIdRunEnd is called when positioned in a YES block, we climb through the levels to see how far we can extend the run end, but were failing to check that the higher-level blocks contained values for all documents. This adds that check and updates BaseDocValuesSkipperTests to include ranges that exercise the bug. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
