EmmyMiao87 commented on code in PR #8899:
URL: https://github.com/apache/incubator-doris/pull/8899#discussion_r845718306
##########
fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java:
##########
@@ -1713,6 +1713,7 @@ private PlanNode createScanNode(Analyzer analyzer,
TableRef tblRef, SelectStmt s
break;
}
if (scanNode instanceof OlapScanNode || scanNode instanceof EsScanNode
|| scanNode instanceof HiveScanNode) {
+ PredicatePushDown.visitScanNode(scanNode, tblRef.getJoinOp(),
analyzer);
Review Comment:
You should fix the 'InferFiltersRule' rather than add visit in here ~
The logic of `predicate propagate` in the 'InferFiltersRule'.
The 'Predicate Push Down' is the abandoned logic ~
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]