fix: pass compilation and simple test

This commit is contained in:
slzhou 2023-08-12 08:17:43 +08:00
parent 47d2f9ad6d
commit edd2fa4f35
1 changed files with 1 additions and 1 deletions

View File

@ -2940,7 +2940,7 @@ static SSDataBlock* doTagScanFromCtbIdx(SOperatorInfo* pOperator) {
break; break;
} }
if (pInfo->pTagCond != NULL) { if (pInfo->pTagCond != NULL) {
tagScanFilterByTagCond(aUidTags, pInfo->pTagCond, pInfo->readHandle.vnode, aFilterIdxs, pAPI); tagScanFilterByTagCond(aUidTags, pInfo->pTagCond, aFilterIdxs, pInfo->readHandle.vnode, pAPI);
} else { } else {
for (int i = 0; i < numTables; ++i) { for (int i = 0; i < numTables; ++i) {
taosArrayPush(aFilterIdxs, &i); taosArrayPush(aFilterIdxs, &i);