ccoffline commented on issue #4772: URL: https://github.com/apache/incubator-doris/issues/4772#issuecomment-716422477
This bug was caused by #4206's fix #4235, `scanNodes.clear()` here remove all previous `scanNodes` if the last statement's condition is false. https://github.com/apache/incubator-doris/blob/a61eea3b2e76d741c98b9faed8cec51c1d469f94/fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java#L284-L290 ---------------------------------------------------------------- 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