englefly commented on code in PR #40457:
URL: https://github.com/apache/doris/pull/40457#discussion_r1746844549


##########
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:
   in this case, report_row_count should be "-1"



-- 
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

Reply via email to