Skip to content

Commit

Permalink
fix: unset collection_name for search iterator_v1(#2555)
Browse files Browse the repository at this point in the history
Signed-off-by: MrPresent-Han <[email protected]>
  • Loading branch information
MrPresent-Han committed Jan 16, 2025
1 parent b6383e3 commit 5977869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymilvus/orm/iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ def __init__(
"timeout": timeout,
"round_decimal": round_decimal,
}
self._collection_name = collection_name
self._expr = expr
self.__check_set_params(param)
self.__check_for_special_index_param()
Expand Down

0 comments on commit 5977869

Please sign in to comment.