morrySnow commented on code in PR #39812:
URL: https://github.com/apache/doris/pull/39812#discussion_r1728184531
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/properties/ChildrenPropertiesRegulator.java:
##########
@@ -464,6 +467,9 @@ public Boolean
visitPhysicalNestedLoopJoin(PhysicalNestedLoopJoin<? extends Plan
@Override
public Boolean visitPhysicalProject(PhysicalProject<? extends Plan>
project, Void context) {
// do not process must shuffle
+ if (children.get(0).getPlan() instanceof PhysicalDistribute) {
Review Comment:
too many check deps on project must under distribute, so we forbid it now
until we found a way to remove those check
--
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]