Skip to content

Commit d6be3ef

Browse files
committed
update
1 parent d719fab commit d6be3ef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

be/src/pipeline/pipeline_fragment_context.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2099,8 +2099,6 @@ Status PipelineFragmentContext::set_to_rerun() {
20992099
Status PipelineFragmentContext::rebuild(ThreadPool* thread_pool) {
21002100
_submitted = false;
21012101
_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;
21042102
return _build_and_prepare_full_pipeline(thread_pool);
21052103
}
21062104

0 commit comments

Comments
 (0)