vldpyatkov commented on code in PR #1689:
URL: https://github.com/apache/ignite-3/pull/1689#discussion_r1114251258


##########
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItTxDistributedTestSingleNode.java:
##########
@@ -635,9 +643,9 @@ protected boolean assertPartitionsSame(TableImpl table, int 
partId) {
 
             MvPartitionStorage storage = listener.getMvStorage();
 
-            if (hash == 0) {
-                hash = storage.hashCode();
-            } else if (hash != storage.hashCode()) {
+            if (storageIdx == 0) {

Review Comment:
   I added the todo in a summary of the method.



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