Change Codeowner

This commit is contained in:
obdev
2023-09-25 08:13:53 +00:00
committed by ob-robot
parent 6dc7762c21
commit eb8353a4ea
14 changed files with 17 additions and 17 deletions

View File

@ -23591,7 +23591,7 @@ def_table_schema(
)
def_table_schema(
owner = 'baixian.zr',
owner = 'guoyun.lgy',
table_name = 'DBA_OB_OUTLINE_CONCURRENT_HISTORY',
table_id = '21273',
table_type = 'SYSTEM_VIEW',
@ -53128,7 +53128,7 @@ def_table_schema(
)
def_table_schema(
owner = 'baixian.zr',
owner = 'guoyun.lgy',
table_name = 'DBA_OB_OUTLINE_CONCURRENT_HISTORY',
name_postfix = '_ORA',
database_id = 'OB_ORA_SYS_DATABASE_ID',

View File

@ -3979,7 +3979,7 @@ int ObStaticEngineCG::generate_normal_tsc(ObLogTableScan &op, ObTableScanSpec &s
}
root = root->and_next_;
}
// TODO @baixian.zr the above optimization is overrode by ObTscCgService::generate_tsc_ctdef before this commit
// TODO the above optimization is overrode by ObTscCgService::generate_tsc_ctdef before this commit
// but after the deep copy of pre_query_range_ is removed in ObTscCgService::generate_tsc_ctdef,
// error is returned in such sql 'set global x=y', should fix this;
// spec.tsc_ctdef_.pre_query_range_.set_is_equal_and(is_equal_and);

View File

@ -1474,7 +1474,7 @@ int ObSql::handle_sql_execute(const ObString &sql,
* params: 当前sql语句的参数列表
* res: 直接结果集
*/
// TODO baixian.zr/hr351303, remove is_prepare_protocol and is_dynamic_sql
// TODO remove is_prepare_protocol and is_dynamic_sql
int ObSql::handle_pl_execute(const ObString &sql,
ObSQLSessionInfo &session,
ParamStore &params,
@ -3764,7 +3764,7 @@ int ObSql::execute_get_plan(ObPlanCache &plan_cache,
ret = OB_ERR_UNEXPECTED;
LOG_WARN("session is NULL", K(ret));
} else if (PC_PS_MODE == pc_ctx.mode_ || PC_PL_MODE == pc_ctx.mode_) {
// TODO baixian.zr, change pl mode hit cache as text mode.
// TODO change pl mode hit cache as text mode.
ObPsStmtId stmt_id = pc_ctx.fp_result_.pc_key_.key_id_;
guard.init(PS_EXEC_HANDLE);
if (OB_FAIL(plan_cache.get_ps_plan(guard, stmt_id, pc_ctx))) {