xinyiZzz commented on code in PR #27661:
URL: https://github.com/apache/doris/pull/27661#discussion_r1408618690


##########
fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java:
##########
@@ -268,7 +268,6 @@ private PlanFragment createMergeFragment(PlanFragment 
inputFragment)
         mergePlan.init(ctx.getRootAnalyzer());
         Preconditions.checkState(mergePlan.hasValidStats());
         PlanFragment fragment = new PlanFragment(ctx.getNextFragmentId(), 
mergePlan, DataPartition.UNPARTITIONED);
-        
fragment.setResultSinkType(ctx.getRootAnalyzer().getContext().getResultSinkType());

Review Comment:
   Because the `fragment` here in some cases is not `root fragment`, so after 
`createFragments`, set ResultSinkType to `root fragment`.



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to