dont delete table in sdk sample

Former-commit-id: 3732321a43fa1c62c130a459ec6ce6bcf90490e2
This commit is contained in:
groot 2019-06-14 19:00:28 +08:00
parent d8f4dfcf9d
commit c2c2509573

View File

@ -194,10 +194,10 @@ ClientTest::Test(const std::string& address, const std::string& port) {
PrintSearchResult(topk_query_result_array);
}
{//delete table
Status stat = conn->DeleteTable(TABLE_NAME);
std::cout << "DeleteTable function call status: " << stat.ToString() << std::endl;
}
// {//delete table
// Status stat = conn->DeleteTable(TABLE_NAME);
// std::cout << "DeleteTable function call status: " << stat.ToString() << std::endl;
// }
{//server status
std::string status = conn->ServerStatus();