This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch spill_repartition
in repository https://gitbox.apache.org/repos/asf/doris.git

commit a3fd36e7ed454c713e9b4e48065c39c7f063462a
Author: yiguolei <[email protected]>
AuthorDate: Wed Mar 4 14:06:55 2026 +0800

    fix agg profile bug
---
 be/src/pipeline/exec/partitioned_aggregation_sink_operator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/pipeline/exec/partitioned_aggregation_sink_operator.cpp 
b/be/src/pipeline/exec/partitioned_aggregation_sink_operator.cpp
index ac729bf911c..fd785f78335 100644
--- a/be/src/pipeline/exec/partitioned_aggregation_sink_operator.cpp
+++ b/be/src/pipeline/exec/partitioned_aggregation_sink_operator.cpp
@@ -427,7 +427,7 @@ Status 
PartitionedAggSinkLocalState::revoke_memory(RuntimeState* state) {
         custom_profile()->add_info_string("Spilled", "true");
         update_profile<false>(sink_local_state->custom_profile());
     } else {
-        update_profile<true>(sink_local_state->custom_profile());
+        update_profile<false>(sink_local_state->custom_profile());
     }
 
     
DBUG_EXECUTE_IF("fault_inject::partitioned_agg_sink::revoke_memory_submit_func",
 {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to