fix(stream): set the correct rows info for stream tasks when retreiving task info.
This commit is contained in:
parent
cc0b32b1f8
commit
a576be6ae5
|
@ -1508,6 +1508,8 @@ static int32_t mndRetrieveStreamTask(SRpcMsg *pReq, SShowObj *pShow, SSDataBlock
|
|||
}
|
||||
}
|
||||
|
||||
pBlock->info.rows = numOfRows;
|
||||
|
||||
destroyStreamTaskIter(pIter);
|
||||
taosRUnLockLatch(&pStream->lock);
|
||||
|
||||
|
|
Loading…
Reference in New Issue