tkalkirill commented on code in PR #1800:
URL: https://github.com/apache/ignite-3/pull/1800#discussion_r1144861628
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionDataStorage.java:
##########
@@ -166,6 +167,17 @@ public interface PartitionDataStorage extends
ManuallyCloseable {
*/
Cursor<ReadResult> scanVersions(RowId rowId) throws StorageException;
+ /**
+ * Scans the partition and returns a cursor of values at the given
timestamp. This cursor filters out committed tombstones, but not
+ * tombstones in the write-intent state.
+ *
+ * @param timestamp Timestamp. Can't be {@code null}.
+ * @return Cursor.
+ * @throws TxIdMismatchException If there's another pending update
associated with different transaction id.
Review Comment:
Copy-paste error, removed it.
--
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]