morrySnow commented on code in PR #8899:
URL: https://github.com/apache/incubator-doris/pull/8899#discussion_r846799287


##########
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:
   that's ok for this case. but I strongly recommend not removing any 
performance-related features until alternatives are fully developed



-- 
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]

Reply via email to