-
Notifications
You must be signed in to change notification settings - Fork 763
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 union/union all #7160
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/common/pipeline/sinks/src/processors/sinks/union_receive_sink.rs
Outdated
Show resolved
Hide resolved
src/common/pipeline/sinks/src/processors/sinks/union_receive_sink.rs
Outdated
Show resolved
Hide resolved
src/common/pipeline/sinks/src/processors/sinks/union_receive_sink.rs
Outdated
Show resolved
Hide resolved
82118b2
to
9c3e3aa
Compare
src/common/pipeline/sinks/src/processors/sinks/union_receive_sink.rs
Outdated
Show resolved
Hide resolved
src/common/pipeline/sinks/src/processors/sinks/union_receive_sink.rs
Outdated
Show resolved
Hide resolved
src/query/service/src/pipelines/processors/transforms/transform_merge_block.rs
Show resolved
Hide resolved
src/query/service/src/pipelines/processors/transforms/transform_merge_block.rs
Outdated
Show resolved
Hide resolved
src/query/service/src/pipelines/processors/transforms/transform_merge_block.rs
Show resolved
Hide resolved
src/query/service/src/pipelines/processors/transforms/transform_merge_block.rs
Show resolved
Hide resolved
@zhang2014 I think your comments are similar to the change 31b090f ? Make receiver receive all messages |
We should not wait for all data to be ready before merge |
I got you, thanks for your detailed explanation, learn much! |
@soyeric128 Please add union/union all to https://databend.rs/doc/reference/sql/query-operators/operators-set when you have time |
Ok |
Please review #7281 |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Support union distinct and union all
Fixes #7034