You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "xzj7019 (via GitHub)" <gi...@apache.org> on 2023/07/25 05:22:44 UTC

[GitHub] [doris] xzj7019 commented on a diff in pull request #22177: [fix](nereids) fix partition dest overwrite bug when cte as bc right

xzj7019 commented on code in PR #22177:
URL: https://github.com/apache/doris/pull/22177#discussion_r1273011389


##########
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##########
@@ -1422,7 +1425,7 @@ private void computeMultiCastFragmentParams() throws Exception {
 
                 List<TPlanFragmentDestination> destinations = multiSink.getDestinations().get(i);
                 if (enablePipelineEngine && enableShareHashTableForBroadcastJoin
-                        && params.fragment.isRightChildOfBroadcastHashJoin()) {
+                        && destFragment.isRightChildOfBroadcastHashJoin()) {

Review Comment:
   be supports cte as bc right.



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org