morrySnow commented on code in PR #53129:
URL: https://github.com/apache/doris/pull/53129#discussion_r2200294328


##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -94,8 +94,8 @@ materializedViewStatement
         | (REFRESH (refreshMethod | refreshTrigger | refreshMethod 
refreshTrigger))
         | REPLACE WITH MATERIALIZED VIEW newName=identifier propertyClause?
         | (SET  LEFT_PAREN fileProperties=propertyItemList RIGHT_PAREN))       
                 #alterMTMV
-    | DROP MATERIALIZED VIEW (IF EXISTS)? mvName=multipartIdentifier
-        (ON tableName=multipartIdentifier)?                                    
                 #dropMTMV
+    | DROP MATERIALIZED VIEW (IF EXISTS)? mvName=multipartIdentifier           
                 #dropMTMV
+    | DROP MATERIALIZED VIEW (IF EXISTS)? mvName=identifierOrText ON 
tableName=multipartIdentifier    #dropMaterializedView

Review Comment:
   ```suggestion
       | DROP MATERIALIZED VIEW (IF EXISTS)? mvName=multipartIdentifier         
                   (ON tableName=multipartIdentifier)? #dropMV 
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to