HappenLee commented on code in PR #44618: URL: https://github.com/apache/doris/pull/44618#discussion_r1865714928
########## be/src/exprs/runtime_filter_slots_cross.h: ########## @@ -79,6 +79,24 @@ class VRuntimeFilterSlotsCross { return Status::OK(); } + void copy_to_shared_context(vectorized::SharedCollectedDataContextPtr& context) { + for (auto filter : _runtime_filters) { Review Comment: auto& -- 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