lowka commented on code in PR #2312:
URL: https://github.com/apache/ignite-3/pull/2312#discussion_r1276077026


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/JoinCommutePlannerTest.java:
##########
@@ -123,7 +123,8 @@ public void testEnforceJoinOrderHint() throws Exception {
 
     @Test
     public void testOuterCommute() throws Exception {
-        String sql = "SELECT COUNT(*) FROM SMALL s RIGHT JOIN HUGE h on h.id = 
s.id";
+        // Use aggregates that are the some for both MAP and REDUCE phases.

Review Comment:
   Fixed.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to