github-actions[bot] commented on code in PR #23385: URL: https://github.com/apache/doris/pull/23385#discussion_r1350109911
########## be/src/olap/primary_key_index.cpp: ########## @@ -32,7 +32,9 @@ #include "olap/types.h" namespace doris { - +PrimaryKeyIndexBuilder::~PrimaryKeyIndexBuilder() { Review Comment: warning: use '= default' to define a trivial destructor [modernize-use-equals-default] ```cpp PrimaryKeyIndexBuilder::~PrimaryKeyIndexBuilder() { ^ ``` -- 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