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 597c0be6ae5 [Fix](merge-on-write) Fix a typo in #37670 (#39032)
597c0be6ae5 is described below

commit 597c0be6ae534a19a4580e9510b6dfc37a5dc4a8
Author: bobhan1 <bh2444151...@outlook.com>
AuthorDate: Wed Aug 7 23:42:56 2024 +0800

    [Fix](merge-on-write) Fix a typo in #37670 (#39032)
    
    ## Proposed changes
    
    fix a typo in https://github.com/apache/doris/pull/37670
---
 be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp 
b/be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp
index 22f6689ff23..5d1a957d14d 100644
--- a/be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp
+++ b/be/src/cloud/cloud_engine_calc_delete_bitmap_task.cpp
@@ -120,7 +120,7 @@ void 
CloudTabletCalcDeleteBitmapTask::set_compaction_stats(int64_t ms_base_compa
                                                            int64_t 
ms_cumulative_compaction_cnt,
                                                            int64_t 
ms_cumulative_point) {
     _ms_base_compaction_cnt = ms_base_compaction_cnt;
-    _ms_cumulative_compaction_cnt = ms_base_compaction_cnt;
+    _ms_cumulative_compaction_cnt = ms_cumulative_compaction_cnt;
     _ms_cumulative_point = ms_cumulative_point;
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to