This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new 85560ec623 [fix](cup) add keywords KW_PERCENT
85560ec623 is described below
commit 85560ec623feb514c6475aa0b7c6121308cf4722
Author: morningman <[email protected]>
AuthorDate: Sat Jul 1 13:22:45 2023 +0800
[fix](cup) add keywords KW_PERCENT
---
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 7891b01cfd..d82d0ba224 100644
--- a/fe/fe-core/src/main/cup/sql_parser.cup
+++ b/fe/fe-core/src/main/cup/sql_parser.cup
@@ -6893,6 +6893,8 @@ keyword ::=
{: RESULT = id; :}
| KW_MTMV:id
{: RESULT = id; :}
+ | KW_PERCENT:id
+ {: RESULT = id; :}
;
// Identifier that contain keyword
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]