This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new a390252893 [fix](keywork) add TIME to keyword (#16277) a390252893 is described below commit a390252893fa883b51bcb139a38b7e30dbb6d014 Author: Mingyu Chen <morning...@163.com> AuthorDate: Mon Feb 6 11:07:11 2023 +0800 [fix](keywork) add TIME to keyword (#16277) --- fe/fe-core/src/main/cup/sql_parser.cup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fe/fe-core/src/main/cup/sql_parser.cup b/fe/fe-core/src/main/cup/sql_parser.cup index cf2ae1a843..9e873edca4 100644 --- a/fe/fe-core/src/main/cup/sql_parser.cup +++ b/fe/fe-core/src/main/cup/sql_parser.cup @@ -6985,6 +6985,8 @@ keyword ::= {: RESULT = id; :} | KW_THAN:id {: RESULT = id; :} + | KW_TIME:id + {: RESULT = id; :} | KW_TIMESTAMP:id {: RESULT = id; :} | KW_TRANSACTION:id --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org