github-actions[bot] commented on code in PR #34318:
URL: https://github.com/apache/doris/pull/34318#discussion_r1583177723
##########
be/src/olap/full_compaction.cpp:
##########
@@ -44,7 +44,9 @@ using namespace ErrorCode;
FullCompaction::FullCompaction(const TabletSharedPtr& tablet)
: Compaction(tablet, "FullCompaction:" +
std::to_string(tablet->tablet_id())) {}
-FullCompaction::~FullCompaction() {}
+FullCompaction::~FullCompaction() {
Review Comment:
warning: use '= default' to define a trivial destructor
[modernize-use-equals-default]
```cpp
FullCompaction::~FullCompaction() {
^
```
--
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]