-
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: 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 <[email protected]>
Co-authored-by: dantengsky <[email protected]>
…/processor_unbranched_replace_into.rs Co-authored-by: dantengsky <[email protected]>
Co-authored-by: dantengsky <[email protected]>
Co-authored-by: dantengsky <[email protected]>
@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
…2119) * refactor copy into * fix panic * fix * fix * fix * make lint * fix logic error * replace into values * fix * fix * fix render result * fix schema cast * temp * respect databendlabs#12147 * respect databendlabs#12100 * make lint * respect databendlabs#12130 * fix merge * add exchange * fix conflict * fix schema cast * fix conlfict * fix * fix copy plan * clear log * fix copy * fix copy * run ci * fix purge * make lint * add exchange * disable dist for value source * adjust exchange * remove top exchange * adjust replace into * reshuffle * fix * fix reshuffle * move segment_partition_num * resolve conflicts * add need insert flag * unbranched_replace_into_processor * merge only pipeline * fix segment index * fix conflict * remove log * fix empty table * fix stateful test * fix stateful test * modify test * fix typo * fix random source * add setting * remove empty file * remove dead code * add default setting * Update src/query/service/src/interpreters/interpreter_replace.rs Co-authored-by: dantengsky <[email protected]> * Update src/query/sql/src/executor/physical_plan_display.rs Co-authored-by: dantengsky <[email protected]> * Update src/query/storages/fuse/src/operations/replace_into/processors/processor_unbranched_replace_into.rs Co-authored-by: dantengsky <[email protected]> * Update src/query/sql/src/executor/physical_plan.rs Co-authored-by: dantengsky <[email protected]> * Update src/query/sql/src/executor/physical_plan_display.rs Co-authored-by: dantengsky <[email protected]> * rename struct * default 0 * regen golden file * set enable_distributed_replace_into = 1 in slt * make lint --------- Co-authored-by: dantengsky <[email protected]> Co-authored-by: JackTan25 <[email protected]>
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