englefly commented on code in PR #13990:
URL: https://github.com/apache/doris/pull/13990#discussion_r1018862341
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/RuntimeFilterContext.java:
##########
@@ -91,6 +98,23 @@ public void setTargetExprIdToFilter(ExprId id, RuntimeFilter
filter) {
this.targetExprIdToFilter.computeIfAbsent(id, k ->
Lists.newArrayList()).add(filter);
}
+ /**
+ * remove rf from builderNode to target
+ * @param targetId rf target
+ * @param builderNode rf src
Review Comment:
done
--
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]