eldenmoon commented on code in PR #24554: URL: https://github.com/apache/doris/pull/24554#discussion_r1378923277
########## be/src/vec/data_types/get_least_supertype.cpp: ########## @@ -149,16 +161,16 @@ void get_numeric_type(const TypeIndexSet& types, DataTypePtr* type, bool compati *type = std::make_shared<DataTypeFloat64>(); return; } else { - LOG(INFO) << " because some of them are integers and some are floating point " - "but there is no floating point type, that can exactly represent " - "all required integers"; + VLOG_DEBUG << " because some of them are integers and some are floating point " Review Comment: 这是指把schame util里的放一起?还是? ########## be/src/vec/data_types/get_least_supertype.cpp: ########## @@ -149,16 +161,16 @@ void get_numeric_type(const TypeIndexSet& types, DataTypePtr* type, bool compati *type = std::make_shared<DataTypeFloat64>(); return; } else { - LOG(INFO) << " because some of them are integers and some are floating point " - "but there is no floating point type, that can exactly represent " - "all required integers"; + VLOG_DEBUG << " because some of them are integers and some are floating point " Review Comment: 这是指把schame util里的放一起?还是? -- 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-unsubscr...@doris.apache.org 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