未验证 提交 67e2f901 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #15778 from taosdata/fix/TD-18139

fix: fix sma filter for scalar mode
......@@ -3246,6 +3246,10 @@ _return:
}
bool filterRangeExecute(SFilterInfo *info, SColumnDataAgg *pDataStatis, int32_t numOfCols, int32_t numOfRows) {
if (info->scalarMode) {
return true;
}
if (FILTER_EMPTY_RES(info)) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册