dnhatn commented on a change in pull request #134: URL: https://github.com/apache/lucene/pull/134#discussion_r631219971
########## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingStoredFieldsWriter.java ########## @@ -76,7 +75,8 @@ static final int TYPE_MASK = (int) PackedInts.maxValue(TYPE_BITS); static final int VERSION_START = 1; - static final int VERSION_CURRENT = VERSION_START; + static final int VERSION_TRACK_DIRTY_CHUNK = 2; + static final int VERSION_CURRENT = VERSION_TRACK_DIRTY_CHUNK; Review comment: Good catch! I removed it in https://github.com/apache/lucene/pull/134/commits/fc4e8c381388d6b6a649fa9e6757d92dd620fa44. -- 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. 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