benwtrent commented on code in PR #13197: URL: https://github.com/apache/lucene/pull/13197#discussion_r1544695975
########## lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestGenerateBwcIndices.java: ########## @@ -82,6 +82,16 @@ public void testCreateSortedIndex() throws IOException { sortedTest.createBWCIndex(); } + public void testCreateInt8HNSWIndices() throws IOException { Review Comment: @jpountz because the change adds a version metadata difference to Scalar quantized HNSW, I added some BWC tests. I only built BWC indices for 8.10.1. The reason for its own BWC class is because the codec here for the particular field isn't the default testing codec, I didn't want to adjust the other tests unnecessarily. -- 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