This commit is contained in:
yihaoDeng 2022-10-27 23:18:04 +08:00
parent 07d8ece370
commit 29dedb5c8c
1 changed files with 1 additions and 1 deletions

View File

@ -4551,7 +4551,7 @@ static SSDataBlock* getTableDataBlockTemp(void* param) {
pBlock->info.groupId = *groupId;
}
pOperator->resultInfo.totalRows = pTableScanInfo->readRecorder.totalRows;
pOperator->resultInfo.totalRows += pBlock->info.rows; // pTableScanInfo->readRecorder.totalRows;
pTableScanInfo->readRecorder.elapsedTime += (taosGetTimestampUs() - st) / 1000.0;
tsdbReaderClose(pInfo->pReader);