imay 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_r377439919
########## 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: I think we can not support this syntax. It is enough to give user one option, no need to give users multiple options. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org