other: revert to 3.0
This commit is contained in:
parent
e75ed9f06d
commit
23098a08cf
|
@ -679,11 +679,6 @@ int32_t tqExpandTask(STQ* pTq, SStreamTask* pTask) {
|
||||||
ASSERT(pTask->exec.executor);
|
ASSERT(pTask->exec.executor);
|
||||||
}
|
}
|
||||||
|
|
||||||
pTask->pState = streamStateOpen(pTq->pStreamMeta->path, pTask);
|
|
||||||
if (pTask->pState == NULL) {
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
// sink
|
// sink
|
||||||
/*pTask->ahandle = pTq->pVnode;*/
|
/*pTask->ahandle = pTq->pVnode;*/
|
||||||
if (pTask->outputType == TASK_OUTPUT__SMA) {
|
if (pTask->outputType == TASK_OUTPUT__SMA) {
|
||||||
|
|
Loading…
Reference in New Issue