other: revert to 3.0

This commit is contained in:
Cary Xu 2022-08-24 18:18:53 +08:00
parent e75ed9f06d
commit 23098a08cf
1 changed files with 0 additions and 5 deletions

View File

@ -679,11 +679,6 @@ int32_t tqExpandTask(STQ* pTq, SStreamTask* pTask) {
ASSERT(pTask->exec.executor);
}
pTask->pState = streamStateOpen(pTq->pStreamMeta->path, pTask);
if (pTask->pState == NULL) {
return -1;
}
// sink
/*pTask->ahandle = pTq->pVnode;*/
if (pTask->outputType == TASK_OUTPUT__SMA) {