HUSTERGS commented on code in PR #14929: URL: https://github.com/apache/lucene/pull/14929#discussion_r2196445731
########## lucene/core/src/test/org/apache/lucene/document/TestLateInteractionField.java: ########## @@ -64,7 +64,7 @@ public void testInputValidation() { expectThrows(IllegalArgumentException.class, () -> LateInteractionField.encode(emptyTokens)); final int dim = 128; - float[][] value = new float[random().nextInt(3, 12)][]; + float[][] value = new float[random().nextInt(20, 30)][]; Review Comment: Thanks for your reply! I've pushed a new commit according to your suggetions -- 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