This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 19e3ecab9e7 branch-3.1: [feat](dialect) add starrocks dialect #49951 
(#51922)
19e3ecab9e7 is described below

commit 19e3ecab9e7ea028af5c497bafbee1c65dc15edf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 19 19:31:55 2025 +0800

    branch-3.1: [feat](dialect) add starrocks dialect #49951 (#51922)
    
    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]

Reply via email to