rpuch commented on code in PR #1226:
URL: https://github.com/apache/ignite-3/pull/1226#discussion_r1000510191


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -814,6 +821,16 @@ private void 
updateAssignmentInternal(ConfigurationNotificationEvent<byte[]> ass
         CompletableFuture.allOf(futures).join();
     }
 
+    private SnapshotAwareMvPartitionStorage 
getOrCreateSnapshotAwareMvPartition(InternalTable internalTbl, int partId) {
+        MvPartitionStorage storage = getOrCreateMvPartition(internalTbl, 
partId);
+
+        return new SnapshotAwareMvPartitionStorage(storage, 
outgoingSnapshotsManager, new PartitionKey(internalTbl.tableId(), partId));

Review Comment:
   Fixed this



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

Reply via email to