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