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 f9b7cd9f901 [Fix](merge-on-write) Fix a typo in #37670 (#39032)
f9b7cd9f901 is described below
commit f9b7cd9f901a19aa0ed4fa182b157c82b145c7eb
Author: bobhan1 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]