mike-tr-adamson commented on code in PR #2540:
URL: https://github.com/apache/cassandra/pull/2540#discussion_r1288640874


##########
src/java/org/apache/cassandra/index/sai/disk/v1/bitpack/AbstractBlockPackedReader.java:
##########
@@ -34,6 +34,9 @@ public abstract class AbstractBlockPackedReader implements 
LongArray
     private final byte[] blockBitsPerValue;
     private final SeekingRandomAccessInput input;
 
+    private long prevTokenValue = Long.MIN_VALUE;

Review Comment:
   Or, `previousValue`. I've changed it to that in my mission to make this all 
more readable.



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

Reply via email to