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 DropStageCommand in nereids #42627

Open
2 of 3 tasks
Tracked by #42628
LiBinfeng-01 opened this issue Oct 28, 2024 · 1 comment
Open
2 of 3 tasks
Tracked by #42628

[Enhancement] (nereids)implement DropStageCommand in nereids #42627

LiBinfeng-01 opened this issue Oct 28, 2024 · 1 comment
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

DropStageCommand is implemented in the legacy planner but unsupported in Nereids. To migrate, refer to the syntax in DorisParser.g4 and DropStageStmt.java in the legacy planner for functionality.

unsupportedDropStatement : DROP STAGE (IF EXISTS)? name=identifier

Solution

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@codeDing18
Copy link

I will pick it up.thx

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: No status
Development

No branches or pull requests

3 participants