fix merge bugd

Former-commit-id: c3ee55050faefd76433e807842c7873c91dc6aba
This commit is contained in:
Yu Kun 2019-08-21 19:08:31 +08:00
parent 7c8770b399
commit acbec2f657
2 changed files with 0 additions and 6 deletions

View File

@ -288,11 +288,6 @@ GrpcClient::Disconnect() {
return Status::OK();
}
Status
GrpcClient::DeleteByRange(grpc::DeleteByRangeParam &delete_by_range_param) {
return Status::OK();
}
Status
GrpcClient::DescribeIndex(grpc::TableName &table_name, grpc::IndexParam &index_param) {
ClientContext context;

View File

@ -432,7 +432,6 @@ TEST_F(DBTest2, DELETE_BY_RANGE_TEST) {
}
std::vector<engine::meta::DateT> dates;
engine::meta::DateT date;
std::string start_value = CurrentTmDate(-3);
std::string end_value = CurrentTmDate(-2);
ConvertTimeRangeToDBDates(start_value, end_value, dates);