LiBinfeng-01 commented on code in PR #46615: URL: https://github.com/apache/doris/pull/46615#discussion_r1908084690
########## fe/fe-core/src/main/cup/sql_parser.cup: ########## @@ -4646,13 +4655,13 @@ show_param ::= {: RESULT = new ShowTransactionStmt(dbName, parser.where); :} - | KW_QUERY KW_PROFILE STRING_LITERAL:queryIdPath + | KW_QUERY KW_PROFILE opt_profile_path:queryIdPath limit_clause:limitClause Review Comment: why not using opt_limit_clause? -- 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