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


##########
fe/fe-core/src/main/java/org/apache/doris/planner/OriginalPlanner.java:
##########
@@ -257,6 +257,7 @@ public void createPlanFragments(StatementBase statement, 
Analyzer analyzer, TQue
             LOG.debug("substitute result Exprs {}", resExprs);
             rootFragment.setOutputExprs(resExprs);
         }
+        
rootFragment.setResultSinkType(ConnectContext.get().getResultSinkType());

Review Comment:
   As above
   > 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