mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
update case test_query_expr_all_datatype_json_contains_all (#26625)
Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
dd4bc5b6a0
commit
ffdb1b7984
@ -703,7 +703,7 @@ class TestQueryParams(TestcaseBase):
|
||||
assert len(res) == 1
|
||||
|
||||
# test for mixed data
|
||||
ids = [_id * 1.1, bool(_id % 2)]
|
||||
ids = [[_id, str(_id)], bool(_id % 2)]
|
||||
expression = f"{expr_prefix}({json_field}['listMix'], {ids})"
|
||||
res = collection_w.query(expression)[0]
|
||||
assert len(res) == 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user