xzj7019 commented on code in PR #45948: URL: https://github.com/apache/doris/pull/45948#discussion_r1897343530
########## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ########## @@ -495,8 +495,12 @@ private Statistics computeOlapScan(OlapScan olapScan) { // mv is selected, return its estimated stats Optional<Statistics> optStats = cascadesContext.getStatementContext() .getStatistics(((Relation) olapScan).getRelationId()); + LOG.info("computeOlapScan optStats isPresent {}, tableRowCount is {}", Review Comment: better change to LOG.debug? to avoid too many log printing? -- 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