HappenLee commented on code in PR #65837:
URL: https://github.com/apache/doris/pull/65837#discussion_r3776897145


##########
fe/fe-core/src/main/java/org/apache/doris/qe/runtime/ThriftPlansBuilder.java:
##########
@@ -117,6 +118,8 @@ public static Map<DistributedPlanWorker, 
TPipelineFragmentParamsList> plansToThr
 
         // we should set runtime predicate first, then we can use heap sort 
and to thrift
         setRuntimePredicateIfNeed(coordinatorContext.scanNodes);
+        setRuntimeFilterBucketPruneParametersIfNeeded(

Review Comment:
   The legacy Coordinator path has been deprecated and is no longer maintained. 
This optimization only targets the Nereids distributed planner path, so we 
intentionally do not add bucket-pruning metadata propagation or test coverage 
for the legacy path.



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