You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/12/05 08:13:37 UTC

[GitHub] [incubator-doris] marising commented on a change in pull request #2380: add where/orderby/limit after “SHOW ALTER TABLE COLUMN“ syntax

marising commented on a change in pull request #2380: add where/orderby/limit after “SHOW ALTER TABLE COLUMN“ syntax
URL: https://github.com/apache/incubator-doris/pull/2380#discussion_r354158828
 
 

 ##########
 File path: fe/src/main/cup/sql_parser.cup
 ##########
 @@ -1932,9 +1932,9 @@ show_param ::=
         RESULT = new ShowDeleteStmt(db);
     :}
     /* Show alter table statement: used to show process of alter table statement */
-    | KW_ALTER KW_TABLE opt_alter_type:type opt_db:db
+    | KW_ALTER KW_TABLE opt_alter_type:type opt_db:db opt_wild_where order_by_clause:orderByClause limit_clause:limitClause
 
 Review comment:
   Done

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org