Optimize operator name with use_rich_format enabled

This commit is contained in:
Zach41
2024-01-17 08:48:36 +00:00
committed by ob-robot
parent 9002e5b34d
commit 0bea27fc06
7 changed files with 83 additions and 49 deletions

View File

@ -361,6 +361,7 @@ int ObOpSpec::create_operator_recursive(ObExecContext &exec_ctx, ObOperator *&op
op->get_monitor_info().set_plan_depth(plan_depth_);
op->get_monitor_info().set_tenant_id(GET_MY_SESSION(exec_ctx)->get_effective_tenant_id());
op->get_monitor_info().open_time_ = oceanbase::common::ObClockGenerator::getClock();
op->get_monitor_info().set_rich_format(use_rich_format_);
}
}