englefly commented on code in PR #30895:
URL: https://github.com/apache/doris/pull/30895#discussion_r1479623233


##########
be/src/exprs/runtime_filter.cpp:
##########
@@ -1174,6 +1174,9 @@ Status IRuntimeFilter::init_with_desc(const 
TRuntimeFilterDesc* desc, const TQue
     _has_remote_target = desc->has_remote_targets;
     _expr_order = desc->expr_order;
     _opt_remote_rf = desc->__isset.opt_remote_rf && desc->opt_remote_rf;
+    if (desc->__isset.wait_time_ms) {
+        _rf_wait_time_ms = desc->wait_time_ms;

Review Comment:
   it will be the wait_time in session variable



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