You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/12/16 13:51:29 UTC

[GitHub] [doris] HappenLee commented on a diff in pull request #15124: [Pipeline] Add MLFQ when schedule

HappenLee commented on code in PR #15124:
URL: https://github.com/apache/doris/pull/15124#discussion_r1050780293


##########
be/src/pipeline/pipeline.cpp:
##########
@@ -30,6 +30,22 @@ Status Pipeline::prepare(RuntimeState* state) {
         RETURN_IF_ERROR(op->prepare(state));
     }
     RETURN_IF_ERROR(_sink->prepare(state));
+    std::stringstream sink_id_str;

Review Comment:
   use `fmt::format` replace `std::stringstream`



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org