This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 5b384c30612 [chore](logformat) add space (#46412) 5b384c30612 is described below commit 5b384c30612c5e43ab6587145b91afda96fcb1cd Author: yulihua <peter...@163.com> AuthorDate: Sun Jan 5 09:23:58 2025 +0800 [chore](logformat) add space (#46412) --- be/src/runtime/load_stream_writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/runtime/load_stream_writer.cpp b/be/src/runtime/load_stream_writer.cpp index 377b27e6e45..5b57aed7cd9 100644 --- a/be/src/runtime/load_stream_writer.cpp +++ b/be/src/runtime/load_stream_writer.cpp @@ -171,7 +171,7 @@ Status LoadStreamWriter::close_writer(uint32_t segid, FileType file_type) { _is_canceled = true; return st; } - LOG(INFO) << "file " << segid << " path " << file_writer->path().native() << "closed, written " + LOG(INFO) << "file " << segid << " path " << file_writer->path().native() << " closed, written " << file_writer->bytes_appended() << " bytes" << ", file type is " << file_type; if (file_writer->bytes_appended() == 0) { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org