amansinha100 commented on a change in pull request #1568: DRILL-6878: Use
DrillPushRowKeyJoinToScan rule on DrillJoin pattern to o account for
DrillSemiJoin
URL: https://github.com/apache/drill/pull/1568#discussion_r240452526
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillJoinRel.java
##########
@@ -45,6 +46,7 @@
*/
public class DrillJoinRel extends DrillJoinRelBase implements DrillRel {
public static final String EQUALITY_CONDITION = "==";
+ boolean isSemiJoin;
Review comment:
Since we already have DrillSemiJoinRel as a logical join, it is better to
not add this flag here.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services