Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/620#discussion_r37046923
--- Diff:
tajo-plan/src/main/java/org/apache/tajo/plan/joinorder/JoinOrderingUtil.java ---
@@ -139,6 +141,11 @@ public static boolean
isAssociativeJoin(JoinGraphContext context, JoinEdge leftE
* (A full B) full C | A full (B full C) | Equivalent
* ==============================================================
*
+<<<<<<< HEAD
+ * Cross, Semi and Anti joins follow the rule of the Inner join.
+ *
+=======
+>>>>>>> c50a5dadff90fa90709abbce59856e834baa4867
--- End diff --
You may miss this line which seems to be inserted by git merge phase.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---