This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new f854f0e83e remove unreadable char in comment (#8909)
f854f0e83e is described below
commit f854f0e83ed0a5960991212842c6b5bb98fae2d8
Author: dataroaring <[email protected]>
AuthorDate: Fri Apr 8 09:26:53 2022 +0800
remove unreadable char in comment (#8909)
---
be/src/olap/cumulative_compaction_policy.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/olap/cumulative_compaction_policy.h
b/be/src/olap/cumulative_compaction_policy.h
index 2ff414566e..0f913ff4bb 100644
--- a/be/src/olap/cumulative_compaction_policy.h
+++ b/be/src/olap/cumulative_compaction_policy.h
@@ -42,7 +42,7 @@ enum CompactionPolicy {
const static std::string CUMULATIVE_NUM_BASED_POLICY = "NUM_BASED";
const static std::string CUMULATIVE_SIZE_BASED_POLICY = "SIZE_BASED";
/// This class CumulativeCompactionPolicy is the base class of cumulative
compaction policy.
-/// It defines the policy to do cumulative compaction. It has different
derived classes, which implements
+/// It defines the policy to do cumulative compaction. It has different
derived classes, which implements
/// concrete cumulative compaction algorithm. The policy is configured by
conf::cumulative_compaction_policy.
/// The policy functions is the main steps to do cumulative compaction. For
example, how to pick candidate
/// rowsets from tablet using current policy, how to calculate the cumulative
point and how to calculate
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]