uschindler commented on code in PR #12841: URL: https://github.com/apache/lucene/pull/12841#discussion_r1421430301
########## lucene/core/src/java/org/apache/lucene/store/BufferedIndexInput.java: ########## @@ -149,6 +150,29 @@ public final int readInt() throws IOException { } } + @Override Review Comment: Maybe that goes away then. There shouldn't be a difference between byte buffers. It could be caused my the long to int cast? -- 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