dcapwell commented on code in PR #3756:
URL: https://github.com/apache/cassandra/pull/3756#discussion_r1902248081


##########
src/java/org/apache/cassandra/io/sstable/format/bti/BtiTableReader.java:
##########
@@ -126,6 +127,15 @@ public long estimatedKeys()
         return partitionIndex == null ? 0 : partitionIndex.size();
     }
 
+    @Override
+    public KeyReader keyReader(PartitionPosition key) throws IOException
+    {
+        return PartitionIterator.create(partitionIndex, 
metadata().partitioner, rowIndexFile, dfile,

Review Comment:
   will need to look closer here... not as familiar with BTI...



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