fix: fix bugs

This commit is contained in:
slzhou 2023-05-23 14:29:33 +08:00
parent 99620d434d
commit 857cf3d269
1 changed files with 1 additions and 0 deletions

View File

@ -3750,6 +3750,7 @@ bool filterRangeExecute(SFilterInfo *info, SColumnDataAgg **pDataStatis, int32_t
for (; j < numOfCols; ++j) {
if (pDataStatis[j] != NULL && pDataStatis[j]->colId == colRange->colNode->colId) {
foundCol = true;
break;
}
}
if (foundCol) {