foxtail463 commented on code in PR #67426:
URL: https://github.com/apache/doris/pull/67426#discussion_r4015892914


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/RuntimeFilterPruner.java:
##########
@@ -152,14 +155,21 @@ public PhysicalLimit<? extends Plan> visitPhysicalLimit(
         } else {
             List<ExprId> exprIds = rfContext.getTargetExprIdByFilterJoin(join);
             if (exprIds != null && !exprIds.isEmpty()) {
-                boolean isEffective = false;
+                boolean hasEffectiveRowFilter = false;

Review Comment:
   是故意的,区别直接裁剪 bucket,这里指行级过滤,而非 bucket 过滤



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