benwtrent commented on issue #15064:
URL: https://github.com/apache/lucene/issues/15064#issuecomment-3313135807

   > to BWC either due to test dependencies.
   
   I need to look, but that is weird to me. 
   
   This like
   ```
       codec =
           TestUtil.alwaysKnnVectorsFormat(
               quantized
                   ? new Lucene99HnswScalarQuantizedVectorsFormat(
                       M, HnswGraphBuilder.DEFAULT_BEAM_WIDTH)
                   : new Lucene99HnswVectorsFormat(M, 
HnswGraphBuilder.DEFAULT_BEAM_WIDTH));
   
   ```
   
   Are just testing that things work when quantized. So, they should just be 
updated to use the new format.


-- 
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]

Reply via email to