XieJiann commented on code in PR #16436: URL: https://github.com/apache/doris/pull/16436#discussion_r1104164265
########## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ########## @@ -99,6 +99,8 @@ */ public class StatsCalculator extends DefaultPlanVisitor<StatsDeriveResult, Void> { + public static final StatsCalculator STATS_CALCULATOR = new StatsCalculator(null); Review Comment: Calculate cost for plan without groupexpression originally. However, I use JoinEstimiate to replace it latter. Has deleted it -- 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