-
Notifications
You must be signed in to change notification settings - Fork 786
refactor: Old Planner Never See Again (Part X) #7593
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
Conversation
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
This reverts commit a91886f.
Signed-off-by: Xuanwo <github@xuanwo.io>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: Xuanwo <github@xuanwo.io>
src/query/storages/fuse/src/table_functions/clustering_informations/table_args.rs
Show resolved
Hide resolved
|
Signed-off-by: Xuanwo <github@xuanwo.io>
@mergify update |
✅ Branch has been successfully updated |
This PR is blocked by Now, planner is implemented inside However, Ideally, we should not parse |
Yes, I think it'll be done in #7613 |
Cc @youngsofun for confirmation |
I'll try to apply a fast hot pr to improve this. |
This PR is out-of-date, I will start a new to replace it. |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
This PR is trying to remove the
ExprParser
.After this PR, our storage will don't depend on
sqlparser
anymore.This PR introduces a dangerous function, as I said in comment: