fix(query): increase the index when handling the var data type.

This commit is contained in:
Haojun Liao 2023-01-04 11:48:54 +08:00
parent e07c30be1c
commit 5a343bd01c
1 changed files with 1 additions and 0 deletions

View File

@ -875,6 +875,7 @@ void extractQualifiedTupleByFilterResult(SSDataBlock* pBlock, const SColumnInfoD
while(j < totalRows) {
if (pIndicator[j] == 0) {
j += 1;
continue;
}