This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 85ab2082309 [Improve] Remove the extra log (#25830) 85ab2082309 is described below commit 85ab2082309a47a0b2f7b31817c40b37261336b8 Author: Lightman <31928846+lchangli...@users.noreply.github.com> AuthorDate: Tue Oct 24 16:26:57 2023 +0800 [Improve] Remove the extra log (#25830) --- be/src/exec/tablet_info.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/exec/tablet_info.cpp b/be/src/exec/tablet_info.cpp index 26a39e5ac55..fb5719bed4b 100644 --- a/be/src/exec/tablet_info.cpp +++ b/be/src/exec/tablet_info.cpp @@ -81,7 +81,6 @@ Status OlapTableSchemaParam::init(const POlapTableSchemaParam& pschema) { _tuple_desc->add_slot(slot_desc); string data_type; EnumToString(TPrimitiveType, to_thrift(slot_desc->col_type()), data_type); - LOG(INFO) << "lightman " << data_type; slots_map.emplace(std::make_pair(to_lower(slot_desc->col_name()), std::move(data_type)), slot_desc); } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org