Skip to content

Commit ea9e9f9

Browse files
MrPresent-HanMrPresent-Han
and
MrPresent-Han
authored
fix: unset collection_name for search iterator_v1(#2555) (#2574)
related: #2555 Signed-off-by: MrPresent-Han <[email protected]> Co-authored-by: MrPresent-Han <[email protected]>
1 parent b6383e3 commit ea9e9f9

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)