[X] I had searched in the issues and found no similar issues.
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
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