mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Replace assignment with augmented assignment (#14395)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
f170eac29f
commit
becede9d38
@ -516,7 +516,7 @@ def insert_data(collection_w, nb=3000, is_binary=False, is_all_data_type=False,
|
||||
time_stamp = insert_res.timestamp
|
||||
insert_ids.extend(insert_res.primary_keys)
|
||||
vectors.append(default_data)
|
||||
start = start + nb // num
|
||||
start += nb // num
|
||||
return collection_w, vectors, binary_raw_vectors, insert_ids, time_stamp
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user