mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
return AlreadyExist error
Former-commit-id: b80220e68e8a5a53c1a2fef4e90d8a4729a85996
This commit is contained in:
parent
5d714dfb99
commit
8ca3b33cd8
@ -347,7 +347,7 @@ namespace meta {
|
||||
return Status::Error("Table already exists and it is in delete state, please wait a second");
|
||||
}
|
||||
else {
|
||||
return Status::OK();//table already exists, no error
|
||||
return Status::AlreadyExist("Table already exists");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user