korlov42 commented on code in PR #1434:
URL: https://github.com/apache/ignite-3/pull/1434#discussion_r1055158450


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/JoinColocationPlannerTest.java:
##########
@@ -111,15 +109,16 @@ public void joinSameTableComplexAff() throws Exception {
     }
 
     /**
-     * Re-hashing based on simple affinity is possible, so bigger table with 
complex affinity should be sended to the smaller one.
+     * Re-hashing based on simple affinity.
+     *
+     * <p>The table with complex affinity should be sent to the table with 
simple affinity.

Review Comment:
   COMPLEX_TBL is twice of the size of the SIMPLE_TBL, so why do you expect the 
bigger table being sent to the smaller one?



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