Jibing-Li commented on code in PR #40457:
URL: https://github.com/apache/doris/pull/40457#discussion_r1746831212
##########
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:
The time we collect the row count. This is used for the 4 minutes check to
decide use 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]