LuXugang commented on PR #12405:
URL: https://github.com/apache/lucene/pull/12405#issuecomment-1797551478

   > Tests fail because the optimization kicks in in more cases than the test 
expects, it's not clear to me yet if it's a bug or not.
   
   You are correct @jpountz , the optimization kicks in and it is not a bug.
   
   In that failed test, after the queue is full with the only one 
comparator(means Pruning.GREATER_THAN_OR_EQUAL_TO)  , the bottom value is 
Long.MAX_VALUE, the missing value which is Long.MAX_VALUE would be 
non-competitive. then optimization kicks in.  


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

Reply via email to