apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.83k stars 3.3k forks source link

[Enhancement] (nereids)implement DropRepositoryCommand in nereids #42617

Open LiBinfeng-01 opened 1 month ago

LiBinfeng-01 commented 1 month ago

Search before asking

Description

DropRepositoryCommand is implemented in the legacy planner but unsupported in Nereids. You’ll need to migrate it. Check DorisParser.g4 for the syntax and DropRepositoryStmt.java in the legacy planner for functionality details.

unsupportedDropStatement : DROP REPOSITORY name=identifier

Solution

No response

Are you willing to submit PR?

Code of Conduct

Vallishp commented 13 hours ago

I will pick it