morningman commented on code in PR #21053: URL: https://github.com/apache/doris/pull/21053#discussion_r1241197496
########## fe/fe-core/src/main/cup/sql_parser.cup: ########## @@ -4041,9 +4041,9 @@ show_param ::= RESULT = new ShowTableStatsStmt(tbl, partitionNames); :} /* show column stats */ - | KW_COLUMN KW_STATS table_name:tbl opt_col_list:cols opt_partition_names:partitionNames + | KW_COLUMN KW_STATS table_name:tbl opt_col_list:cols opt_partition_names:partitionNames opt_properties:properties {: - RESULT = new ShowColumnStatsStmt(tbl, cols, partitionNames); + RESULT = new ShowColumnStatsStmt(tbl, cols, partitionNames, properties); Review Comment: Add document for this new parameter -- 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