apache / doris

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

[Enhancement] (nereids)implement DropStoragePolicyCommand in nereids #42626

Open LiBinfeng-01 opened 1 month ago

LiBinfeng-01 commented 1 month ago

Search before asking

Description

DropStoragePolicyCommand is supported in the legacy planner but needs implementation in Nereids. Use the syntax definition in DorisParser.g4, and refer to DropPolicyStmt.java in the legacy planner.

unsupportedDropStatement : DROP STORAGE POLICY (IF EXISTS)? name=identifier

Solution

No response

Are you willing to submit PR?

Code of Conduct

msridhar78 commented 1 week ago

@LiBinfeng-01 @starocean999 I will pick this up, thanks