[scn] fix failure of mittest after refresh feature scn
This commit is contained in:
@ -156,7 +156,6 @@ int ObPxTaskProcess::process()
|
||||
arg_.exec_ctx_->reference_my_plan(arg_.des_phy_plan_);
|
||||
arg_.exec_ctx_->set_sqc_handler(arg_.sqc_handler_);
|
||||
arg_.exec_ctx_->set_px_task_id(arg_.task_.get_task_id());
|
||||
arg_.exec_ctx_->set_px_sqc_id(arg_.task_.get_sqc_id());
|
||||
|
||||
ObMaxWaitGuard max_wait_guard(enable_perf_event ? &max_wait_desc : NULL);
|
||||
ObTotalWaitGuard total_wait_guard(enable_perf_event ? &total_wait_desc : NULL);
|
||||
@ -288,7 +287,7 @@ int ObPxTaskProcess::execute(ObOpSpec &root_spec)
|
||||
static_cast<ObPxTransmitOp *>(root)->set_batch_param_remain(false);
|
||||
}
|
||||
}
|
||||
OZ(static_cast<ObPxTransmitOp *>(root)->transmit());
|
||||
OZ(static_cast<ObPxTransmitOp *>(root)->do_transmit());
|
||||
}
|
||||
|
||||
if (OB_FAIL(ret)) {
|
||||
|
||||
Reference in New Issue
Block a user