Skip to content

Commit cf27382

Browse files
author
MrPresent-Han
committed
fix: unset collection_name for search iterator_v1(milvus-io#2555)
Signed-off-by: MrPresent-Han <[email protected]>
1 parent f45c2be commit cf27382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymilvus/orm/iterator.py

+1
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ def __init__(
504504
"timeout": timeout,
505505
"round_decimal": round_decimal,
506506
}
507+
self._collection_name = collection_name
507508
self._expr = expr
508509
self.__check_set_params(param)
509510
self.__check_for_special_index_param()

0 commit comments

Comments
 (0)