belliottsmith commented on code in PR #4257:
URL: https://github.com/apache/cassandra/pull/4257#discussion_r2218620732
##########
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:
why Timestamp vs TxnId? Would I think make intent clearer to stick to TxnId
--
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]