fix: fix explain issue
This commit is contained in:
parent
f579cc4c15
commit
51fc9a7b24
|
@ -1631,7 +1631,7 @@ int32_t schExecJobImpl(SSchedulerReq *pReq, SSchJob *pJob, bool sync) {
|
||||||
SCH_ERR_JRET(schBeginOperation(pJob, SCH_OP_EXEC, sync));
|
SCH_ERR_JRET(schBeginOperation(pJob, SCH_OP_EXEC, sync));
|
||||||
|
|
||||||
if (EXPLAIN_MODE_STATIC == pReq->pDag->explainInfo.mode) {
|
if (EXPLAIN_MODE_STATIC == pReq->pDag->explainInfo.mode) {
|
||||||
code = schLaunchStaticExplainJob(pReq, pJob, true);
|
code = schLaunchStaticExplainJob(pReq, pJob, sync);
|
||||||
} else {
|
} else {
|
||||||
code = schLaunchJob(pJob);
|
code = schLaunchJob(pJob);
|
||||||
if (sync) {
|
if (sync) {
|
||||||
|
|
Loading…
Reference in New Issue