msokolov commented on code in PR #947: URL: https://github.com/apache/lucene/pull/947#discussion_r891642180
########## lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene92/Lucene92HnswVectorsWriter.java: ########## @@ -129,6 +128,12 @@ public void writeField(FieldInfo fieldInfo, KnnVectorsReader knnVectorsReader) try { // write the vector data to a temporary file DocsWithFieldSet docsWithField = writeVectorData(tempVectorData, vectors); + int byteSize; Review Comment: oops some left-over change that came in while rebasing; I'll remove -- 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