Vladsz83 commented on code in PR #11770:
URL: https://github.com/apache/ignite/pull/11770#discussion_r2240665762


##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/ExecutionTest.java:
##########
@@ -538,6 +534,119 @@ public void testCorrelatedNestedLoopJoin() {
         }
     }
 
+    /** Tests 'Select e.id, e.name, d.name as dep_name from DEP d <JOIN TYPE> 
join EMP e on e.DEPNO = d.DEPNO'. */
+    @Test
+    public void testHashJoin() {

Review Comment:
   I think you are right. But this might be other tests refactoring ticket.



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