fix(stream): set the correct rows info for stream tasks when retreiving task info.

This commit is contained in:
Haojun Liao 2024-03-15 15:19:20 +08:00
parent cc0b32b1f8
commit a576be6ae5
1 changed files with 2 additions and 0 deletions

View File

@ -1508,6 +1508,8 @@ static int32_t mndRetrieveStreamTask(SRpcMsg *pReq, SShowObj *pShow, SSDataBlock
}
}
pBlock->info.rows = numOfRows;
destroyStreamTaskIter(pIter);
taosRUnLockLatch(&pStream->lock);