Skip to content

Commit

Permalink
Fix rename_collection will move collection to default db (#1740)
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 Oct 19, 2023
1 parent e0dbac2 commit 71ed359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymilvus/client/grpc_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def rename_collections(
self,
old_name: str,
new_name: str,
new_db_name: str = "default",
new_db_name: str = "",
timeout: Optional[float] = None,
):
check_pass_param(collection_name=new_name)
Expand Down

0 comments on commit 71ed359

Please sign in to comment.