Skip to content

Commit

Permalink
fix: rename_collection not apply in current db (#1961)
Browse files Browse the repository at this point in the history
Signed-off-by: lixinguo <[email protected]>
Co-authored-by: lixinguo <[email protected]>
  • Loading branch information
smellthemoon and lixinguo authored Mar 14, 2024
1 parent e024793 commit 5332f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymilvus/orm/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def drop_collection(collection_name: str, timeout: Optional[float] = None, using
def rename_collection(
old_collection_name: str,
new_collection_name: str,
new_db_name: str = "default",
new_db_name: str = "",
timeout: Optional[float] = None,
using: str = "default",
):
Expand Down

0 comments on commit 5332f09

Please sign in to comment.