wangbo opened a new issue #2900: Fix AddRollupStmt Sql Syntax Tree Compile Warning URL: https://github.com/apache/incubator-doris/issues/2900 **java_cup sql parser compile warning** ``` [WARNING] /incubator-doris/fe/src/main/cup/sql_parser.cup [0:0]: *** Shift/Reduce conflict found in state #1268 between alter_table_clause_list ::= KW_DROP KW_ROLLUP drop_rollup_clause_list (*) and drop_rollup_clause_list ::= drop_rollup_clause_list (*) COMMA drop_rollup_clause under symbol COMMA Resolved in favor of shifting. ``` ``` [WARNING] /incubator-doris/fe/src/main/cup/sql_parser.cup [0:0]: *** Shift/Reduce conflict found in state #1233 between alter_table_clause_list ::= KW_ADD KW_ROLLUP add_rollup_clause_list (*) and add_rollup_clause_list ::= add_rollup_clause_list (*) COMMA add_rollup_clause under symbol COMMA Resolved in favor of shifting. ```
---------------------------------------------------------------- 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