You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Description
DropUserCommand is implemented in the legacy planner but missing in Nereids. You need to implement it in Nereids. The syntax for this command is provided in DorisParser.g4, and you can refer to DropUserStmt.java in the legacy planner for its functionality.
unsupportedDropStatement : DROP USER (IF EXISTS)? userIdentify
Search before asking
Description
DropUserCommand is implemented in the legacy planner but missing in Nereids. You need to implement it in Nereids. The syntax for this command is provided in DorisParser.g4, and you can refer to DropUserStmt.java in the legacy planner for its functionality.
unsupportedDropStatement : DROP USER (IF EXISTS)? userIdentify
Solution
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: