提交 edd2fa4f 编写于 作者: S slzhou

fix: pass compilation and simple test

上级 47d2f9ad
...@@ -2940,7 +2940,7 @@ static SSDataBlock* doTagScanFromCtbIdx(SOperatorInfo* pOperator) { ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册