BiteTheDDDDt commented on code in PR #60618:
URL: https://github.com/apache/doris/pull/60618#discussion_r2781758868


##########
be/src/pipeline/pipeline_fragment_context.cpp:
##########
@@ -2089,6 +2089,8 @@ Status PipelineFragmentContext::set_to_rerun() {
 Status PipelineFragmentContext::rebuild(ThreadPool* thread_pool) {
     _submitted = false;
     _is_fragment_instance_closed = false;
+    // _require_bucket_distribution may be set to true to affect the building 
of pipeline with local shuffle
+    _require_bucket_distribution = false;
     return _build_and_prepare_full_pipeline(thread_pool);

Review Comment:
   @copilot open a new pull request to apply changes based on [this 
feedback](https://github.com/apache/doris/pull/60618#discussion_r2781703327)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to