This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 40a62c3b82c branch-2.1: [feat](dialect) add starrocks dialect #49951
(#49974)
40a62c3b82c is described below
commit 40a62c3b82cebf1b7eb6c819e58d28ce4102316e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 11 09:23:06 2025 +0800
branch-2.1: [feat](dialect) add starrocks dialect #49951 (#49974)
Cherry-picked from #49951
Co-authored-by: Jiwen liu <[email protected]>
---
.../src/main/java/org/apache/doris/nereids/parser/Dialect.java | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/nereids/parser/Dialect.java
b/fe/fe-core/src/main/java/org/apache/doris/nereids/parser/Dialect.java
index 9d9b0cb4551..bd3e25c04fc 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/nereids/parser/Dialect.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/nereids/parser/Dialect.java
@@ -66,7 +66,11 @@ public enum Dialect {
/**
* oracle parser dialect
*/
- ORACLE("oracle");
+ ORACLE("oracle"),
+ /**
+ * starrocks parser dialect
+ */
+ STARROCKS("starrocks");
public static final int MAX_DIALECT_SIZE = Dialect.values().length;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]