未验证 提交 ccd3f27f 编写于 作者: H Haojun Liao 提交者: GitHub

Merge pull request #11357 from taosdata/feature/3.0_liaohj

fix[query]: fix the filter not active bug.
......@@ -3715,7 +3715,7 @@ bool filterExecute(SFilterInfo *info, SSDataBlock *pSrc, int8_t** p, SColumnData
FLT_ERR_RET(scalarCalculate(info->sclCtx.node, pList, &output));
taosArrayDestroy(pList);
return true;
return false;
}
return (*info->func)(info, pSrc->info.rows, p, statis, numOfCols);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册