amorynan commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2034412285
########## be/test/vec/columns/column_object_test.cpp: ########## @@ -643,8 +701,9 @@ auto construct_varint_column_more_subcolumns() { data.emplace_back("v.c", 20); data.emplace_back("v.f", 20); data.emplace_back("v.e", "50"); - data.emplace_back("v.x", "str"); - data.emplace_back("v.y", 20); + data.emplace_back("v.x", get_field("int_16")); + data.emplace_back("v.y", get_field("int_32")); + data.emplace_back("v.z", get_field("int_64")); Review Comment: ok I will add it, and keep this type also -- 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