-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/nereidsdoris-futuregood 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
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/nereidsdoris-futuregood first issuejavaPull requests that update Java codePull requests that update Java code
Type
Projects
Status
Done