sohardforaname commented on code in PR #13949:
URL: https://github.com/apache/doris/pull/13949#discussion_r1012761853


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/RuntimeFilterContext.java:
##########
@@ -86,24 +87,19 @@ public FilterSizeLimits getLimits() {
         return limits;
     }
 
-    public void setTargetExprIdToFilters(ExprId id, RuntimeFilter... filters) {
-        Preconditions.checkArgument(Arrays.stream(filters)
-                .allMatch(filter -> filter.getTargetExpr().getExprId() == id));
+    public void setTargetExprIdToFilters(ExprId id, RuntimeFilter filter) {

Review Comment:
   yes!



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

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


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

Reply via email to