HappenLee commented on code in PR #32180:
URL: https://github.com/apache/doris/pull/32180#discussion_r1546025065


##########
be/src/runtime/runtime_filter_mgr.cpp:
##########
@@ -331,9 +395,9 @@ Status RuntimeFilterMergeControllerEntity::merge(const 
PMergeFilterRequest* requ
                                            
std::to_string(request->filter_id()));
         }
     }
-    cnt_val = iter->second.first;
+    cnt_val = iter->second.cnt_val;

Review Comment:
   recheck here the cnt_val really need be 
`std::shared_ptr<RuntimeFilterCntlVal>` or be `ref`



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