amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1089860257
########## be/src/vec/data_types/data_type_factory.cpp: ########## @@ -94,8 +101,8 @@ DataTypePtr DataTypeFactory::create_data_type(const TypeDescriptor& col_desc, bo break; case TYPE_TIME: case TYPE_TIMEV2: - nested = std::make_shared<vectorized::DataTypeTime>(); - break; + nested = std::make_shared<vectorized::DataTypeTime>(); Review Comment: code format ? -- 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