zhaih commented on code in PR #12324:
URL: https://github.com/apache/lucene/pull/12324#discussion_r1213482867


##########
lucene/core/src/java/org/apache/lucene/codecs/lucene90/IndexedDISI.java:
##########
@@ -418,6 +418,7 @@ public static RandomAccessInput createJumpTable(
 
   // SPARSE variables
   boolean exists;
+  int nextExistDocInBlock = -1;

Review Comment:
   KK, then let's leave it there.



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