[CP] Fix blocksample in rescan

This commit is contained in:
haitaoyang
2023-11-17 11:40:44 +00:00
committed by ob-robot
parent f244deaf6b
commit 82ac290984

View File

@ -67,6 +67,7 @@ int ObGetSampleIterHelper::can_retire_to_memtable_row_sample_(bool &retire, ObIA
common::ObSEArray<ObITable *, 4> memtables;
// iter all tables to estimate row count
get_table_param_.tablet_iter_.table_iter()->resume();
while (OB_SUCC(ret)) {
ObSSTableMetaHandle sst_meta_hdl;
ObITable *table = nullptr;