[scn] mv definition of SCN to dir of share
This commit is contained in:
@ -161,7 +161,7 @@ int ObRemoteScheduler::build_remote_task(ObExecContext &ctx,
|
||||
remote_task.set_query_schema_version(task_exec_ctx.get_query_tenant_begin_schema_version(),
|
||||
task_exec_ctx.get_query_sys_begin_schema_version());
|
||||
remote_task.set_remote_sql_info(&plan_ctx->get_remote_sql_info());
|
||||
ObDASTabletLoc *first_tablet_loc = DAS_CTX(ctx).get_table_loc_list().get_first()->tablet_locs_.get_first();
|
||||
ObDASTabletLoc *first_tablet_loc = DAS_CTX(ctx).get_table_loc_list().get_first()->get_first_tablet_loc();
|
||||
if (OB_ISNULL(session = ctx.get_my_session())) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("session is null", K(ret));
|
||||
|
||||
Reference in New Issue
Block a user