pass tablet_handle when query

This commit is contained in:
renju96
2024-02-09 02:48:45 +00:00
committed by ob-robot
parent bde54c1d5a
commit 2b51d8e477
11 changed files with 26 additions and 17 deletions

View File

@ -74,6 +74,7 @@ int ObRowsInfo::ExistHelper::init(const ObRelativeTable &table,
table_iter_param_.tablet_id_ = table.get_tablet_id();
table_iter_param_.out_cols_project_ = NULL;
table_iter_param_.read_info_ = &rowkey_read_info;
table_iter_param_.set_tablet_handle(table.get_tablet_handle());
is_inited_ = true;
}
}