zhannngchen commented on code in PR #47766:
URL: https://github.com/apache/doris/pull/47766#discussion_r1950907535
##########
be/src/cloud/cloud_base_compaction.cpp:
##########
@@ -456,4 +454,8 @@ void CloudBaseCompaction::do_lease() {
}
}
+int64_t CloudBaseCompaction::initiator() const {
Review Comment:
ok, you can return `INVALID_COMPACTION_INITIATOR_ID` in base class, and
override it in cloud implementation.
--
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]