Pulkitg64 commented on issue #15485: URL: https://github.com/apache/lucene/issues/15485#issuecomment-3627795967
Thank @benwtrent for catching this and sorry for the issue. I think the issue is with this line in the test: ``` int numVectors = random().nextInt(1000); ``` For this seed, numVectors is zero hence we are getting that exception, I think just tweaking the test to have minimum 1 vector should fix the issue. Raising fix for this. -- 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]
