fix scn legacy issues

This commit is contained in:
obdev
2022-11-28 02:36:53 +00:00
committed by ob-robot
parent c4b4322d26
commit 4c49f6e7c5
118 changed files with 13655 additions and 2157 deletions

View File

@ -357,10 +357,7 @@ void TestSqlUtils::do_resolve(
ObParser parser(allocator_, mode);
ObString query = ObString::make_string(query_str);
ParseResult parse_result;
ObObj use_px;
ObArenaAllocator tmp_alloc;
use_px.set_int(1);
ASSERT_EQ(OB_SUCCESS, session_info_.update_sys_variable(SYS_VAR__OB_USE_PARALLEL_EXECUTION, use_px));
OK(parser.parse(query, parse_result));
if (true){
if (JSON_FORMAT == format) {