englefly commented on code in PR #67426:
URL: https://github.com/apache/doris/pull/67426#discussion_r4033542203
##########
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:
尽量不要新造概念,如果要新造一个概念,请加上注释
--
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]