yiguolei commented on code in PR #32915:
URL: https://github.com/apache/doris/pull/32915#discussion_r1540997023


##########
be/src/runtime/plan_fragment_executor.cpp:
##########
@@ -525,6 +525,8 @@ void PlanFragmentExecutor::close() {
 
         if (_is_report_success) {
             std::stringstream ss;
+            ss << "Query : " << print_id(this->_query_id) << " instance "

Review Comment:
   不要这样写
   把代码写到542 行跟随LOG(INFO)一起输出就可以了。



-- 
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]

Reply via email to