We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d719fab commit d6be3efCopy full SHA for d6be3ef
1 file changed
be/src/pipeline/pipeline_fragment_context.cpp
@@ -2099,8 +2099,6 @@ Status PipelineFragmentContext::set_to_rerun() {
2099
Status PipelineFragmentContext::rebuild(ThreadPool* thread_pool) {
2100
_submitted = false;
2101
_is_fragment_instance_closed = false;
2102
- // _require_bucket_distribution may be set to true to affect the building of pipeline with local shuffle
2103
- _require_bucket_distribution = false;
2104
return _build_and_prepare_full_pipeline(thread_pool);
2105
}
2106
0 commit comments