Merge pull request #11357 from taosdata/feature/3.0_liaohj
fix[query]: fix the filter not active bug.
This commit is contained in:
commit
ccd3f27fe9
|
@ -3715,7 +3715,7 @@ bool filterExecute(SFilterInfo *info, SSDataBlock *pSrc, int8_t** p, SColumnData
|
||||||
|
|
||||||
FLT_ERR_RET(scalarCalculate(info->sclCtx.node, pList, &output));
|
FLT_ERR_RET(scalarCalculate(info->sclCtx.node, pList, &output));
|
||||||
taosArrayDestroy(pList);
|
taosArrayDestroy(pList);
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (*info->func)(info, pSrc->info.rows, p, statis, numOfCols);
|
return (*info->func)(info, pSrc->info.rows, p, statis, numOfCols);
|
||||||
|
|
Loading…
Reference in New Issue