-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/nereidsgood first issuejavaPull requests that update Java codePull requests that update Java code
Description
Search before asking
- I had searched in the issues and found no similar issues.
Description
DropDatabaseCommand is supported in the legacy planner but not in Nereids (the new Doris FE planner). You need to implement it in Nereids. The syntax definition for this command is in DorisParser.g4. Refer to DropDbStmt.java in the legacy planner for its functionality.
unsupportedDropStatement : DROP (DATABASE | SCHEMA) (IF EXISTS)? name=multipartIdentifier FORCE?
Solution
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/nereidsgood first issuejavaPull requests that update Java codePull requests that update Java code
Type
Projects
Status
Done