morrySnow commented on code in PR #30895: URL: https://github.com/apache/doris/pull/30895#discussion_r1479418711
########## 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: what value will be assigned to `_rf_wait_time_ms` if `desc->__isset.wait_time_ms` is false? -- 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