jpountz commented on code in PR #12908: URL: https://github.com/apache/lucene/pull/12908#discussion_r1422609478
########## lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene90/Lucene90RWPostingsFormat.java: ########## @@ -75,7 +75,11 @@ public FieldsConsumer fieldsConsumer(SegmentWriteState state) throws IOException try { FieldsConsumer ret = new Lucene90BlockTreeTermsWriter( - state, postingsWriter, minTermBlockSize, maxTermBlockSize); + state, + postingsWriter, + minTermBlockSize, + maxTermBlockSize, + Lucene90BlockTreeTermsReader.VERSION_START); Review Comment: No worries. -- 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