Vallishp commented on code in PR #31001:
URL: https://github.com/apache/doris/pull/31001#discussion_r1496794221


##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/PLParser.g4:
##########
@@ -324,11 +325,15 @@ package_body_item :
       declare_stmt_item
     | create_function_stmt
     | create_procedure_stmt
+    | drop_procedure_stmt

Review Comment:
   I checked hplsql.g4, I think it's implemented as drop_stmt. do you think we 
should follow same ?  I had followed createprocedure method.  
   
   what is your WeChat id? can I add you there?



-- 
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