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: [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]