get kv from tablet

This commit is contained in:
renju96
2024-01-09 11:48:55 +00:00
committed by ob-robot
parent f29560b9b4
commit e4c6364956
7 changed files with 19 additions and 13 deletions

View File

@ -81,6 +81,8 @@ void TestIndexSSTableEstimator::SetUp()
void TestIndexSSTableEstimator::TearDown()
{
destroy_query_param();
tablet_handle_.get_obj()->ddl_kv_count_ = 0;
tablet_handle_.get_obj()->ddl_kvs_ = nullptr;
tablet_handle_.reset();
TestIndexBlockDataPrepare::TearDown();
}