vvysotskyi commented on a change in pull request #1818: DRILL-7200: Update
Calcite to 1.19.0 / 1.20.0
URL: https://github.com/apache/drill/pull/1818#discussion_r299542230
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillSemiJoinRel.java
##########
@@ -99,8 +102,9 @@ public LogicalOperator implement(DrillImplementor
implementor) {
return new LogicalSemiJoin(leftOp, rightOp, conditions, joinType);
}
- @Override
- public boolean isSemiJoin() {
- return true;
+ @Override public RelOptCost computeSelfCost(RelOptPlanner planner,
+ RelMetadataQuery mq) {
+ // REVIEW jvs 9-Apr-2006: Just for now...
Review comment:
Please update this comment to describe the reason why this method was
overridden.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services