ihuzenko commented on a change in pull request #1488: DRILL-786: Implement 
CROSS JOIN
URL: https://github.com/apache/drill/pull/1488#discussion_r222669950
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinUtils.java
 ##########
 @@ -127,6 +140,10 @@ public static boolean checkCartesianJoin(RelNode relNode, 
List<Integer> leftKeys
     return false;
   }
 
+  public static boolean checkCartesianJoin(RelNode relNode){
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to