fix some sql logical plan bug

This commit is contained in:
zzg19950727
2023-11-21 15:14:59 +00:00
committed by ob-robot
parent 4e25ca5f67
commit 82418cf225
9 changed files with 257 additions and 47 deletions

View File

@ -70,6 +70,7 @@ int ObExplainLogPlan::generate_normal_raw_plan()
values_op = static_cast<ObLogValues*>(top);
values_op->set_explain_plan(child_plan);
ObSqlPlan sql_plan(get_allocator());
sql_plan.set_session_info(get_optimizer_context().get_session_info());
ObExplainLogPlan *explain_plan = static_cast<ObExplainLogPlan*>(child_plan);
ObSEArray<common::ObString, 64> plan_strs;
const ObString& into_table = explain_stmt->get_into_table();