From 3efa0cb3bb132e938d112acb8d76aaafdae3d229 Mon Sep 17 00:00:00 2001 From: yiguolei Date: Sat, 28 Sep 2024 08:28:33 +0800 Subject: [PATCH] f --- be/src/pipeline/exec/operator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/pipeline/exec/operator.h b/be/src/pipeline/exec/operator.h index 1d2dbcc3592aec2..d902b3b92a994e0 100644 --- a/be/src/pipeline/exec/operator.h +++ b/be/src/pipeline/exec/operator.h @@ -397,7 +397,7 @@ class PipelineXSinkLocalStateBase { RuntimeProfile::Counter* _wait_for_finish_dependency_timer = nullptr; RuntimeProfile::Counter* _exec_timer = nullptr; RuntimeProfile::Counter* _memory_used_counter = nullptr; - RuntimeProfile::Counter* _peak_memory_usage_counter = nullptr; + RuntimeProfile::HighWaterMarkCounter* _peak_memory_usage_counter = nullptr; std::shared_ptr _query_statistics = nullptr; };