englefly commented on code in PR #33746:
URL: https://github.com/apache/doris/pull/33746#discussion_r1568272079


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##########
@@ -1841,7 +1841,7 @@ public PlanFragment 
visitPhysicalProject(PhysicalProject<? extends Plan> project
         List<Expr> projectionExprs = null;
         List<Expr> allProjectionExprs = Lists.newArrayList();
         List<Slot> slots = null;
-        if (project.hasMultiLayerProjection()) {
+        if (project.hasMultiLayerProjection() && !(inputFragment instanceof 
MultiCastPlanFragment)) {

Review Comment:
   when we add multiLayerProjection, we do not modify its original projects. 
That is why only translator need to be modified.



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