iverase commented on a change in pull request #64:
URL: https://github.com/apache/lucene/pull/64#discussion_r608418565



##########
File path: 
lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingStoredFieldsReader.java
##########
@@ -373,6 +373,7 @@ private SerializedDocument(DataInput in, int length, int 
numStoredFields) {
 
     private int[] offsets = IntsRef.EMPTY_INTS;
     private int[] numStoredFields = IntsRef.EMPTY_INTS;
+    private StoredFieldsInts intsReader = new StoredFieldsInts();

Review comment:
       I went back to make the method static as now we do not need any helper 
array




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

Reply via email to