vignesh9727 commented on PR #16156: URL: https://github.com/apache/lucene/pull/16156#issuecomment-4604016471
@benwtrent Added testPrefetchBoundedByArrayLength in `TestOffHeapVectorValues.java`. Passes an array of length 2 with numOrds=5 and asserts only 2 prefetches happen — this would throw ArrayIndexOutOfBoundsException on the old code. All three test pass locally.. -- 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]
