[FEAT MERGE][CP] 425 sql exec + enum set type refactoring CP 435

Co-authored-by: hezuojiao <hezuojiao@gmail.com>
This commit is contained in:
hwx65
2024-11-18 02:44:35 +00:00
committed by ob-robot
parent e17fa92572
commit 92016c007e
107 changed files with 3140 additions and 743 deletions

View File

@ -340,7 +340,8 @@ void TestResolver::do_join_order_test()
table_id,
*idx_schema,
index_keys,
ordering);
ordering,
&session_info_);
ASSERT_EQ(ret, OB_SUCCESS);
std::string idx_name_with_column;
get_index_name(idx_name_with_column, *idx_schema);