fix: add debug line

This commit is contained in:
dapan1121 2023-07-17 13:50:19 +08:00
parent 8872e017af
commit efbb6cb193
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ static int32_t createTableListInfoFromParam(SOperatorInfo* pOperator) {
return TSDB_CODE_INVALID_PARA; return TSDB_CODE_INVALID_PARA;
} }
qDebug("add total %d dynamic tables to scan", num); qDebug("add total %d dynamic tables to scan, exist num:%d", num, taosArrayGetSize(pListInfo->pTableList));
pListInfo->oneTableForEachGroup = true; pListInfo->oneTableForEachGroup = true;