yiguolei commented on code in PR #49777: URL: https://github.com/apache/doris/pull/49777#discussion_r2026644045
########## be/src/runtime_filter/runtime_filter_consumer_helper.cpp: ########## @@ -28,28 +28,33 @@ RuntimeFilterConsumerHelper::RuntimeFilterConsumerHelper( : _node_id(_node_id), _runtime_filter_descs(runtime_filters), _row_descriptor_ref(row_descriptor), - _profile(new RuntimeProfile("RuntimeFilterConsumerHelper")) { + _consumer_profile(new RuntimeProfile("RuntimeFilterConsumerHelper")) { Review Comment: 不要使用这种类名来做profile 显示 -- 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