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


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/outgoing/OutgoingSnapshot.java:
##########
@@ -220,10 +228,10 @@ private long 
tryProcessRowFromPartition(List<SnapshotMvDataResponse.ResponseEntr
             return totalBatchSize;
         }
 
-        if (!startedToReadPartition) {
+        if (!startedToReadMvPartition) {

Review Comment:
   In this context, we have MV storage and TX data storage, hence the prefix



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