maedhroz commented on code in PR #2487:
URL: https://github.com/apache/cassandra/pull/2487#discussion_r1262966107


##########
src/java/org/apache/cassandra/index/sai/disk/v1/bbtree/BlockBalancedTreeWalker.java:
##########
@@ -46,7 +48,15 @@
 public class BlockBalancedTreeWalker implements Closeable
 {
     final FileHandle treeIndexFile;
-    final TraversalState state;
+    final int bytesPerValue;
+    final int numLeaves;
+    final int treeDepth;
+    final byte[] minPackedValue;
+    final byte[] maxPackedValue;
+    final long valueCount;
+    final int maxPointsInLeafNode;

Review Comment:
   nit: `maxValuesInLeafNode`?
   
   (can change on commit)



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