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 2020/02/11 09:32:01 UTC

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2879: fix some typo in bitmap index docs.

kangkaisen commented on a change in pull request #2879: fix some typo in bitmap index docs.
URL: https://github.com/apache/incubator-doris/pull/2879#discussion_r377521067
 
 

 ##########
 File path: fe/src/main/cup/sql_parser.cup
 ##########
 @@ -967,6 +967,10 @@ create_stmt ::=
     {:
         RESULT = new AlterTableStmt(tableName, Lists.newArrayList(new CreateIndexClause(tableName, new IndexDef(indexName, cols, indexType, comment), false)));
     :}
+//    | KW_CREATE KW_INDEX ident:indexName opt_index_type:indexType KW_ON table_name:tableName LPAREN ident_list:cols RPAREN opt_comment:comment
 
 Review comment:
   Why not delete these useless code?

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