-
Notifications
You must be signed in to change notification settings - Fork 761
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: distributed execution of replace into statement #12119
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
# Conflicts: # src/query/service/src/interpreters/interpreter_copy.rs # src/query/service/src/interpreters/interpreter_replace.rs # src/query/service/src/pipelines/pipeline_builder.rs # src/query/sql/src/executor/format.rs # src/query/sql/src/executor/physical_plan.rs # src/query/storages/fuse/src/operations/common/mutation_accumulator.rs # src/query/storages/fuse/src/operations/common/processors/transform_mutation_aggregator.rs # src/query/storages/fuse/src/operations/replace.rs # src/query/storages/fuse/src/operations/replace_into/mutator/merge_into_mutator.rs # src/query/storages/fuse/src/operations/replace_into/mutator/mutator_replace_into.rs # src/query/storages/fuse/src/operations/replace_into/processors/processor_replace_into.rs
# Conflicts: # src/query/service/src/pipelines/pipeline_builder.rs # src/query/sql/src/executor/format.rs # src/query/sql/src/executor/physical_plan.rs # src/query/sql/src/executor/physical_plan_display.rs # src/query/sql/src/executor/physical_plan_visitor.rs # src/query/sql/src/executor/profile.rs
...ry/storages/fuse/src/operations/replace_into/processors/processor_unbranched_replace_into.rs
Outdated
Show resolved
Hide resolved
Co-authored-by: dantengsky <dantengsky@gmail.com>
Co-authored-by: dantengsky <dantengsky@gmail.com>
…/processor_unbranched_replace_into.rs Co-authored-by: dantengsky <dantengsky@gmail.com>
Co-authored-by: dantengsky <dantengsky@gmail.com>
Co-authored-by: dantengsky <dantengsky@gmail.com>
@SkyFan2002 LGTM & thanks, but I found a highly specious bug of |
# Conflicts: # src/query/service/src/pipelines/pipeline_builder.rs # src/query/sql/src/executor/physical_plan.rs # src/query/sql/src/executor/physical_plan_visitor.rs # src/query/sql/src/executor/profile.rs
Docker Image for PR
|
|
3 nodes, distributed deployment, local fs, 10000 iteration PASSED
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's merge
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Summary about this PR
replace into
statement #11888This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)