yiguolei commented on code in PR #59786:
URL: https://github.com/apache/doris/pull/59786#discussion_r2689137577
##########
be/src/pipeline/exec/multi_cast_data_stream_source.cpp:
##########
@@ -98,7 +98,7 @@ Status
MultiCastDataStreamerSourceOperatorX::get_block(RuntimeState* state,
int arrived_rf_num = 0;
RETURN_IF_ERROR(local_state._helper.try_append_late_arrival_runtime_filter(
- state, &arrived_rf_num, local_state._conjuncts,
_multi_cast_output_row_descriptor));
+ state, _multi_cast_output_row_descriptor, arrived_rf_num,
local_state._conjuncts));
Review Comment:
这里为什么不需要加lock,但是scan 里就需要加lock?
--
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]