This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new fe0795a5715 [fix](group commit) group commit print profile (#48256)
fe0795a5715 is described below
commit fe0795a5715963ffb22f3654b81d3fc4a3cd8d8a
Author: meiyi <[email protected]>
AuthorDate: Tue Feb 25 22:09:44 2025 +0800
[fix](group commit) group commit print profile (#48256)
---
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 2b66f9a04ba..1dde7e7266d 100644
--- a/be/src/pipeline/pipeline_fragment_context.cpp
+++ b/be/src/pipeline/pipeline_fragment_context.cpp
@@ -1760,7 +1760,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: [email protected]
For additional commands, e-mail: [email protected]