xinyiZzz commented on code in PR #30817: URL: https://github.com/apache/doris/pull/30817#discussion_r1479306668
########## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ########## Review Comment: actually, it's easy. legacy planner only needs to forward the original SQL of `create procedure stmt` and `call stmt` to `PlSqlOperation` for execution. However, many new features only supported in the nereids planner, and it seems unnecessary to support the legacy planner. -- 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]
