未验证 提交 f19ceca6 编写于 作者: J Jin Hai 提交者: GitHub

Merge pull request #481 from zerowe-seven/0.6.0

#329 The error message in TableNotExistMsg has a grammatical error
......@@ -90,7 +90,7 @@ GrpcBaseRequest::SetStatus(ErrorCode error_code, const std::string& error_msg) {
std::string
GrpcBaseRequest::TableNotExistMsg(const std::string& table_name) {
return "Table " + table_name +
" not exist. Use milvus.has_table to verify whether the table exists. You also can check if the table name "
" does not exist. Use milvus.has_table to verify whether the table exists. You also can check whether the table name "
"exists.";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册