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/14 04:36:18 UTC

[GitHub] [incubator-doris] wangbo opened a new issue #2900: Fix AddRollupStmt Sql Syntax Tree Compile Warning

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


[GitHub] [incubator-doris] wangbo closed issue #2900: Fix AddRollupStmt Sql Syntax Tree Compile Warning

Posted by GitBox <gi...@apache.org>.
wangbo closed issue #2900: Fix AddRollupStmt Sql Syntax Tree Compile Warning
URL: https://github.com/apache/incubator-doris/issues/2900
 
 
   

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