-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/nereidsgood first issuejavaPull requests that update Java codePull requests that update Java code
Description
Search before asking
- I had searched in the issues and found no similar issues.
Description
KillQueryCommand is supported in legacy planner but not in nereids(new doris fe planner). you need implement it in nereids.The DorisParser.g4 has the syntax definition already(see bellow). And you can check KillStmt.java in legacy planner to see what the command does and migrate it to nereids planner
unsupportedKillStatement : KILL QUERY (INTEGER_VALUE | STRING_LITERAL)
Solution
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area/nereidsgood first issuejavaPull requests that update Java codePull requests that update Java code
Type
Projects
Status
Done