gavinchou commented on code in PR #65810:
URL: https://github.com/apache/doris/pull/65810#discussion_r3629203582


##########
be/src/cloud/cloud_cumulative_compaction.h:
##########
@@ -52,14 +52,14 @@ class CloudCumulativeCompaction : public 
CloudCompactionMixin {
 
     std::string_view compaction_name() const override { return 
"CloudCumulativeCompaction"; }
 
+    ReaderType compaction_type() const override { return 
ReaderType::READER_CUMULATIVE_COMPACTION; }

Review Comment:
   why to move this existing function?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to