morningman commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r396195211
########## File path: fe/src/main/java/org/apache/doris/analysis/ArithmeticExpr.java ########## @@ -231,6 +231,12 @@ public void analyzeImpl(Analyzer analyzer) throws AnalysisException { return; } + analyzeSubqueryInChildren(); + // if children has subquery, it will be written and reanalyzed in the future. Review comment: ```suggestion // if children has subquery, it will be rewritten and reanalyzed in the future. ``` ---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org