zzzxl1993 commented on code in PR #33076: URL: https://github.com/apache/doris/pull/33076#discussion_r1560494190
########## be/src/olap/single_replica_compaction.h: ########## @@ -40,11 +39,7 @@ class SingleReplicaCompaction final : public CompactionMixin { protected: Status pick_rowsets_to_compact(); std::string_view compaction_name() const override { return "single replica compaction"; } - ReaderType compaction_type() const override { - return (_compaction_type == CompactionType::CUMULATIVE_COMPACTION) - ? ReaderType::READER_CUMULATIVE_COMPACTION - : ReaderType::READER_BASE_COMPACTION; - } + ReaderType compaction_type() const override { return ReaderType::UNKNOWN; } Review Comment: UNKNOWN type? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org