morrySnow commented on code in PR #36712:
URL: https://github.com/apache/doris/pull/36712#discussion_r1650969299
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/AbstractPhysicalJoin.java:
##########
@@ -303,4 +304,20 @@ public boolean isBroadCastJoin() {
}
return false;
}
+
+ protected Join.ShuffleType shuffleType() {
+ if (left() instanceof PhysicalDistribute) {
+ return ShuffleType.shuffle;
+ }
Review Comment:
could be left to right bucket shuffle
--
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]