gf2121 commented on code in PR #12838: URL: https://github.com/apache/lucene/pull/12838#discussion_r1404145355
########## lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99SkipReader.java: ########## @@ -48,7 +48,7 @@ * * <p>Therefore, we'll trim df before passing it to the interface. see trim(int) Review Comment: This java doc explains in detail why we need this `trim`. We need to update it if we plan to remove this :) -- 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]
