Jibing-Li commented on code in PR #39779:
URL: https://github.com/apache/doris/pull/39779#discussion_r1728251446


##########
fe/fe-core/src/main/cup/sql_parser.cup:
##########
@@ -4604,14 +4604,19 @@ show_param ::=
         RESULT = new ShowSyncJobStmt(dbName);
     :}
     /* show table stats */
-    | KW_TABLE opt_cached:cached KW_STATS table_name:tbl 
opt_partition_names:partitionNames opt_col_list:cols

Review Comment:
   Because it's useless, table stats is all stored in memory. The action of 
`show table cached stats` is identical with `show table stats`. 
   Besides, there will be parsing conflict if we don't remove this opt_cached



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