dcapwell commented on code in PR #4257: URL: https://github.com/apache/cassandra/pull/4257#discussion_r2219663330
########## src/java/org/apache/cassandra/index/accord/MemtableIndex.java: ########## @@ -63,13 +65,23 @@ public Segment write(IndexDescriptor id) throws IOException return memoryIndex.write(id); } - public Collection<ByteBuffer> search(int storeId, TableId tableId, byte[] start, boolean startInclusive, byte[] end, boolean endInclusive) + public void search(int storeId, TableId tableId, byte[] start, byte[] end, + Timestamp minTimestamp, Review Comment: made this change, all tests are passing now -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org