englefly commented on code in PR #40457: URL: https://github.com/apache/doris/pull/40457#discussion_r1746728348
########## 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: what is the meaning of this row count? ########## 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") Review Comment: update_time: what the meaning of this time, the update time of analyze_row_count or report_row_count? -- 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