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

feat(planner): support update ast and planner #7925

Merged
merged 4 commits into from
Sep 29, 2022

Conversation

zhyass
Copy link
Member

@zhyass zhyass commented Sep 27, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

UPDATE <table> SET <column> = <expr> [, <column> = <expr> , ... ] [WHERE condition]

@vercel
Copy link

vercel bot commented Sep 27, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Sep 29, 2022 at 8:37AM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Sep 27, 2022
@zhyass zhyass marked this pull request as draft September 27, 2022 14:40
@Xuanwo
Copy link
Member

Xuanwo commented Sep 27, 2022

A big step!

@Xuanwo
Copy link
Member

Xuanwo commented Sep 28, 2022

Maybe we can split UPDATE support into multiple PRs? One for statement and plan, another one for the interpreter, and so on.

@zhyass zhyass changed the title feat: support update statement feat(plan): support update ast and planner Sep 29, 2022
@zhyass zhyass marked this pull request as ready for review September 29, 2022 09:08
@zhyass zhyass mentioned this pull request Sep 29, 2022
@zhyass zhyass requested review from dantengsky and Xuanwo September 29, 2022 09:10
@zhyass zhyass changed the title feat(plan): support update ast and planner feat(planner): support update ast and planner Sep 29, 2022
@BohuTANG BohuTANG merged commit 7c5803d into databendlabs:main Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants