kangkaisen commented on a change in pull request #4161: URL: https://github.com/apache/incubator-doris/pull/4161#discussion_r459308871
########## File path: be/src/runtime/data_stream_sender.cpp ########## @@ -379,8 +384,17 @@ Status DataStreamSender::init(const TDataSink& tsink) { Status DataStreamSender::prepare(RuntimeState* state) { RETURN_IF_ERROR(DataSink::prepare(state)); _state = state; + std::string instances = ""; Review comment: ```suggestion std::string instances; ``` ---------------------------------------------------------------- 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. 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