This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 06c7d00a2f6 fix cup file compile error
06c7d00a2f6 is described below
commit 06c7d00a2f6b2de2e62f5f18149441777f4b851a
Author: Kang <[email protected]>
AuthorDate: Sun Oct 22 20:53:40 2023 +0800
fix cup file compile error
---
fe/fe-core/src/main/cup/sql_parser.cup | 6 ------
1 file changed, 6 deletions(-)
diff --git a/fe/fe-core/src/main/cup/sql_parser.cup
b/fe/fe-core/src/main/cup/sql_parser.cup
index 78c1916ed28..ae44bd46021 100644
--- a/fe/fe-core/src/main/cup/sql_parser.cup
+++ b/fe/fe-core/src/main/cup/sql_parser.cup
@@ -6007,12 +6007,6 @@ with_analysis_properties ::=
put("analysis.type", "HISTOGRAM");
}};
:}
- | KW_CRON STRING_LITERAL:cron_expr
- {:
- RESULT = new HashMap<String, String>() {{
- put("period.cron", cron_expr);
- }};
- :}
| KW_FULL
{:
RESULT = new HashMap<String, String>() {{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]