uschindler commented on code in PR #14901: URL: https://github.com/apache/lucene/pull/14901#discussion_r2190406280
########## lucene/core/src/java/org/apache/lucene/internal/vectorization/VectorizationProvider.java: ########## @@ -63,16 +62,6 @@ public abstract class VectorizationProvider { // ignored } TESTS_VECTOR_SIZE = vs; - - boolean enforce = false; Review Comment: My comment is not to fix the problem with the `String#format`. I want randomly the testing code to also test integer vectors if the CPU is wrong. We can keep all code, but I want the "throw new UnsuppoortedOperationException()" only happen on production. That's all. At moment when you explicitely set the bitsize you enable test mode and then I'd like to test also integers. -- 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