This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 1089f09 [Syntax] Fix bug introduced by #2906 (#2917) 1089f09 is described below commit 1089f09d26603024d46987f7379356158eb53335 Author: yangzhg <780531...@qq.com> AuthorDate: Mon Feb 17 21:41:03 2020 +0800 [Syntax] Fix bug introduced by #2906 (#2917) --- fe/src/main/cup/sql_parser.cup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fe/src/main/cup/sql_parser.cup b/fe/src/main/cup/sql_parser.cup index 57c252d..d6ee476 100644 --- a/fe/src/main/cup/sql_parser.cup +++ b/fe/src/main/cup/sql_parser.cup @@ -4500,6 +4500,8 @@ keyword ::= {: RESULT = id; :} | KW_DYNAMIC:id {: RESULT = id; :} + | time_unit:id + {: RESULT = id; :} ; // Identifier that contain keyword --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org