yiguolei commented on code in PR #49777: URL: https://github.com/apache/doris/pull/49777#discussion_r2026654926
########## be/src/runtime_filter/runtime_filter_consumer.h: ########## @@ -40,9 +42,10 @@ class RuntimeFilterConsumer : public RuntimeFilter { static Status create(RuntimeFilterParamsContext* state, const TRuntimeFilterDesc* desc, int node_id, std::shared_ptr<RuntimeFilterConsumer>* res, - RuntimeProfile* parent_profile) { - *res = std::shared_ptr<RuntimeFilterConsumer>( - new RuntimeFilterConsumer(state, desc, node_id, parent_profile)); + RuntimeProfile* consumer_helper_profile, + RuntimeProfile* parent_operator_profile) { + *res = std::shared_ptr<RuntimeFilterConsumer>(new RuntimeFilterConsumer( Review Comment: std::make_shared -- 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