Mryange commented on code in PR #42930:
URL: https://github.com/apache/doris/pull/42930#discussion_r1823726696


##########
be/src/vec/exprs/vruntimefilter_wrapper.h:
##########
@@ -89,8 +87,8 @@ class VRuntimeFilterWrapper final : public VExpr {
         update_counters(filter_rows, input_rows);
 
         if (!_always_true) {
-            _judge_filter_rows += filter_rows;
-            _judge_input_rows += input_rows;
+            _judge_filter_rows += cast_set<int>(filter_rows);
+            _judge_input_rows += cast_set<int>(input_rows);

Review Comment:
   把 _judge_input_rows 换成atomic int 64吧



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