AMashenkov commented on code in PR #5026:
URL: https://github.com/apache/ignite-3/pull/5026#discussion_r1913138492


##########
modules/sql-engine/src/test/resources/mapping/table_identity.test:
##########
@@ -4,29 +4,30 @@ SELECT * FROM nt1_n1, nt2_n2
 Fragment#0 root
   executionNodes: [N0]
   remoteFragments: [1, 2]
-  exchangeSourceNodes: {1=[N1], 2=[N2]}
+  exchangeSourceNodes: {1=[N2], 2=[N1]}
   tree:
-    NestedLoopJoin
-      Receiver(sourceFragment=1, exchange=1, distribution=single)
-      Receiver(sourceFragment=2, exchange=2, distribution=single)
+    Project

Review Comment:
   This project is a result of changing tables join order.
   Seems, it can be pushed into join operator at execution phase.
   



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