gavinchou commented on code in PR #53605:
URL: https://github.com/apache/doris/pull/53605#discussion_r2218212624
##########
be/src/cloud/cloud_meta_mgr.cpp:
##########
@@ -131,13 +131,13 @@ Status bthread_fork_join(const
std::vector<std::function<Status()>>& tasks, int
return status;
}
-Status bthread_fork_join(const std::vector<std::function<Status()>>& tasks,
int concurrency,
+Status bthread_fork_join(const std::vector<std::function<Status()>>&& tasks,
int concurrency,
Review Comment:
is modifier `const` necessary? it seems does not make sense.
--
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]