-
Notifications
You must be signed in to change notification settings - Fork 752
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(storage): update interpreter and storage support #9261
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
8bcdc4b
to
7d9beaf
Compare
7d9beaf
to
d5eed3a
Compare
This pr may be conflicted a lot with new expression, maybe we can slightly wait for that merged ? I think it's better to create a pr based on expression branch. |
OK. |
src/query/service/tests/it/storages/fuse/operations/mutation/update.rs
Outdated
Show resolved
Hide resolved
src/query/storages/fuse/src/operations/mutation/update/update_source.rs
Outdated
Show resolved
Hide resolved
@zhyass |
@zhyass just a reminder: after PR #9460 is merged, i think, the updation process needs to
|
@soyeric128 looking forward to add update feature to documents, thanks. |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
The flow of Pipeline is as follows:
UpdateSource
: check whether need to update and generate a new block and write the object. The process is similar toDeletionSource
.Replace column to the result of the following expression: