Jibing-Li commented on code in PR #40457: URL: https://github.com/apache/doris/pull/40457#discussion_r1746834356
########## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowTableStatsStmt.java: ########## @@ -75,8 +75,10 @@ public class ShowTableStatsStmt extends ShowStmt implements NotFallbackInParser new ImmutableList.Builder<String>() .add("table_name") .add("index_name") - .add("row_count") + .add("analyze_row_count") .add("update_time") + .add("report_row_count") + .add("report_row_count_for_nereids") Review Comment: report_row_count_for_nereids return -1 when part of the tablets are reported, report_row_count always return the current value of reported row count, no matter it's partially reported or not. -- 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