mirror of https://github.com/milvus-io/milvus.git
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
parent
bf956a3ec2
commit
ad2df904c6
|
@ -276,7 +276,7 @@ PhyTermFilterExpr::ExecTermArrayVariableInField() {
|
|||
res[i] = valid_res[i] = false;
|
||||
continue;
|
||||
}
|
||||
executor(i);
|
||||
res[i] = executor(i);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue