gsmiller commented on a change in pull request #69: URL: https://github.com/apache/lucene/pull/69#discussion_r608686827
########## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/PForUtil.java ########## @@ -35,6 +46,7 @@ static boolean allEqual(long[] l) { } private final ForUtil forUtil; + private final byte[] exceptionBuff = new byte[14]; Review comment: Good suggestion. I added this constant and updated all of PForUtil to be aware of it. -- 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