fix: pass compilation and simple test
This commit is contained in:
parent
47d2f9ad6d
commit
edd2fa4f35
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue