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


##########
be/src/vec/exprs/vruntimefilter_wrapper.cpp:
##########
@@ -71,6 +72,17 @@ void VRuntimeFilterWrapper::close(VExprContext* context,
 
 Status VRuntimeFilterWrapper::execute(VExprContext* context, Block* block, 
int* result_column_id) {
     DCHECK(_open_finished || _getting_const_col);
+    Defer statistic_filter_info {[&]() {

Review Comment:
   The Defer better in line 99



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