eldenmoon commented on code in PR #49594: URL: https://github.com/apache/doris/pull/49594#discussion_r2022105407
########## be/test/vec/columns/column_object_test.cpp: ########## @@ -160,11 +162,11 @@ TEST_F(ColumnObjectTest, test_insert_indices_from) { Field result1; dst_column->get(0, result1); - EXPECT_EQ(result1.get<VariantMap>().at("").get<Int64>(), 123); + EXPECT_EQ(result1.get<VariantMap>().at({}).get<Int64>(), 123); Review Comment: execute `.at({})` only when access root 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