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


##########
src/java/org/apache/cassandra/index/sai/disk/v1/bbtree/BlockBalancedTreeWriter.java:
##########
@@ -704,24 +709,24 @@ private int runLen(int start, int end, int byteOffset)
 
         // The following 3 methods are only used when DEBUG is true:
 
-        private void valueInBounds(byte[] packedValue, int packedValueOffset, 
byte[] minPackedValue, byte[] maxPackedValue)
+        private void valueInBounds(byte[] packedValues, int packedValueOffset, 
byte[] minPackedValue, byte[] maxPackedValue)

Review Comment:
   No, these are the bytes of an array of packed values and use the 
`packedValueOffset` to index to the correct packed value.



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