refactor(stream): deprecate ReceiverExecutor in favor of MergeExecutor #19160
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
follow up of #5311
ReceiverExecutor is a specialized MergeExecutor with a singleton input. The specialization seems not very useful, so remove it to KISS.
Benchmark:
https://rw-buildkite-stats.streamlit.app/Benchmark_My_PR%F0%9F%9A%80?pr_number=19160
http://metabase.risingwave-cloud.xyz/question/2219-nexmark-rw-compare?risingwave_tag_1=git-28c1465e6b52fb57d0ab330d4aa889ef27eab3f0&rw_label_1=benchmark_my_pr&risingwave_metrics=avg-source-output-rows-per-second&risingwave_tag_2=nightly-20241028&rw_label_2=daily
Checklist
./risedev check
(or alias,./risedev c
)Documentation
Release note
If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.