Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] (nereids)implement CreateWorkloadGroupCommand in nereids #42589

Closed
2 of 3 tasks
Tracked by #42600
LiBinfeng-01 opened this issue Oct 28, 2024 · 1 comment · Fixed by #44970
Closed
2 of 3 tasks
Tracked by #42600

[Enhancement] (nereids)implement CreateWorkloadGroupCommand in nereids #42589

LiBinfeng-01 opened this issue Oct 28, 2024 · 1 comment · Fixed by #44970
Assignees
Labels
area/nereids good first issue java Pull requests that update Java code

Comments

@LiBinfeng-01
Copy link
Collaborator

Search before asking

  • I had searched in the issues and found no similar issues.

Description

CreateWorkloadGroupCommand 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 CreateWorkloadGroupStmt.java in legacy planner to see what the command does and migrate it to nereids planner
CREATE WORKLOAD GROUP (IF NOT EXISTS)? name=identifierOrText properties=propertyClause?

Solution

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@msridhar78
Copy link
Contributor

@starocean999 @LiBinfeng-01 I will pick this up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/nereids good first issue java Pull requests that update Java code
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants