benwtrent opened a new pull request, #12473: URL: https://github.com/apache/lucene/pull/12473
The crux of the issue is that we attempt to generate a vector with at least size 1, but the EMPTY KnnVectorsField type has an upper limit of `0` (and thus is not a valid upper limit for random int). Since the empty field type already protects against usage, I figure making its limit `1` to allow random testing is appropriate. closes https://github.com/apache/lucene/issues/12471 -- 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