maedhroz commented on code in PR #2989:
URL: https://github.com/apache/cassandra/pull/2989#discussion_r1431763842
##########
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:
Here and in all these cases below, these are the bytes of one packed value,
right? If that's the case, `packedValues` worries me a little?
--
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]