fix: correctly set ExecTermArrayVariableInField bitset result (#37111)

issue: https://github.com/milvus-io/milvus/issues/37110

Signed-off-by: chasingegg <chao.gao@zilliz.com>
pull/37102/head^2
Gao 2024-10-25 09:52:02 +08:00 committed by GitHub
parent bf956a3ec2
commit ad2df904c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ PhyTermFilterExpr::ExecTermArrayVariableInField() {
res[i] = valid_res[i] = false;
continue;
}
executor(i);
res[i] = executor(i);
}
};