eldenmoon commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2034327361
########## 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: why modify this, need string type in sparse column -- 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