Skip to content

[Enhancement] (nereids)implement UnsetCommand in nereids #43102

Closed
@LiBinfeng-01

Description

Search before asking

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

Description

Unset commands is supported in legacy planner but not in nereids(new doris fe planner). you need implement the following unset commands in nereids:

    : UNSET (GLOBAL | SESSION | LOCAL)? VARIABLE (ALL | identifier)  UnsetVariableStmt
    | UNSET DEFAULT STORAGE VAULT UnsetDefaultStorageVaultStmt
    ;     ```

### Solution

can reference of original planner implementation

### Are you willing to submit PR?

- [ ] Yes I am willing to submit a PR!

### Code of Conduct

- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions