Kikyou1997 commented on code in PR #9303: URL: https://github.com/apache/incubator-doris/pull/9303#discussion_r861139250
########## fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java: ########## @@ -1159,6 +1159,10 @@ private PlanNode createAggregationPlan(SelectStmt selectStmt, Analyzer analyzer, aggInfo.getSecondPhaseDistinctAggInfo()); newRoot.init(analyzer); Preconditions.checkState(newRoot.hasValidStats()); + } else if (aggInfo.isMetaScan()) { Review Comment: If the precondition is false, it would throw a illegalstatementexception here -- 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: commits-unsubscr...@doris.apache.org 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