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


##########
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:
    why modify this code?



-- 
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