This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 8cb0470fe9d branch-3.0: [fix](group commit) group commit print profile #48256 (#48331) 8cb0470fe9d is described below commit 8cb0470fe9dc35d77bab4e68d1643ae173957205 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Feb 26 10:14:11 2025 +0800 branch-3.0: [fix](group commit) group commit print profile #48256 (#48331) Cherry-picked from #48256 Co-authored-by: meiyi <me...@selectdb.com> --- be/src/pipeline/pipeline_fragment_context.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/be/src/pipeline/pipeline_fragment_context.cpp b/be/src/pipeline/pipeline_fragment_context.cpp index e7495992ee9..3341ba037a5 100644 --- a/be/src/pipeline/pipeline_fragment_context.cpp +++ b/be/src/pipeline/pipeline_fragment_context.cpp @@ -1702,7 +1702,8 @@ void PipelineFragmentContext::_close_fragment_instance() { if (_runtime_state->enable_profile() && (_query_ctx->get_query_source() == QuerySource::STREAM_LOAD || - _query_ctx->get_query_source() == QuerySource::EXTERNAL_CONNECTOR)) { + _query_ctx->get_query_source() == QuerySource::EXTERNAL_CONNECTOR || + _query_ctx->get_query_source() == QuerySource::GROUP_COMMIT_LOAD)) { std::stringstream ss; // Compute the _local_time_percent before pretty_print the runtime_profile // Before add this operation, the print out like that: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org