提交 51fc9a7b 编写于 作者: D dapan1121

fix: fix explain issue

上级 f579cc4c
...@@ -1631,7 +1631,7 @@ int32_t schExecJobImpl(SSchedulerReq *pReq, SSchJob *pJob, bool sync) { ...@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册