EmmyMiao87 commented on a change in pull request #5459: URL: https://github.com/apache/incubator-doris/pull/5459#discussion_r587473989
########## File path: fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java ########## @@ -375,6 +375,15 @@ private PlanFragment createHashJoinFragment(HashJoinNode node, PlanFragment righ doBroadcast = false; } + // Push down the predicates constructed by the right child when the Review comment: It feels weird to set a value here uniformly, and then change it later. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org