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


##########
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:
   If it's a temporary fix, I don't think it should be merged into the trunk.
   And we can give users a temporary fix release to solve their problem.



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