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

morrysnow 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 98acbb6e9ed [fix](Nereids) user identify syntax is wrong (#30226) 
(#30523)
98acbb6e9ed is described below

commit 98acbb6e9edc2e3dbf74ce93e89a8549a17df798
Author: morrySnow <[email protected]>
AuthorDate: Tue Jan 30 10:14:38 2024 +0800

    [fix](Nereids) user identify syntax is wrong (#30226) (#30523)
    
    pick from master #30226
    commit id b61a057bb06c3db9e949c01282dba7150a96c768
---
 fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 
b/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4
index 5037f3f43aa..775c422f835 100644
--- a/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4
+++ b/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4
@@ -64,7 +64,7 @@ identifierOrText
     ;
 
 userIdentify
-    : user=identifierOrText (AT (host=identifierOrText | LEFT_PAREN 
host=identifierOrText RIGHT_PAREN))?
+    : user=identifierOrText (ATSIGN (host=identifierOrText | LEFT_PAREN 
host=identifierOrText RIGHT_PAREN))?
     ;
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to