Skip to content

[Enhancement] (nereids)implement dropDatabase command in nereids #42612

@LiBinfeng-01

Description

@LiBinfeng-01

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions