pmpailis opened a new pull request, #14922: URL: https://github.com/apache/lucene/pull/14922
Another take of https://github.com/apache/lucene/pull/14882 that was reverted. The [issue](https://github.com/apache/lucene/pull/14882#issuecomment-3048383136) seems to be that setting ``` int disiTo = Math.min(upTo, bitSet.length()) ``` ignores `offset`, so it's possible that we could end up operating on less than the requested size (which caused test failures after the PR was merged). cc @gf2121 @benwtrent -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org