tkalkirill commented on code in PR #3475:
URL: https://github.com/apache/ignite-3/pull/3475#discussion_r1538622700
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/PartitionAccess.java:
##########
@@ -214,4 +214,11 @@ public interface PartitionAccess {
* @throws StorageException If failed to set the row ID.
*/
void setNextRowIdToBuildIndex(Map<Integer, RowId>
nextRowIdToBuildByIndexId);
+
+ /**
+ * Updates the low watermark if it is larger than the current one.
Review Comment:
fix 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]