[CP] Fix blocksample in rescan

This commit is contained in:
obdev
2024-02-06 15:32:09 +00:00
committed by ob-robot
parent f76a7ff647
commit fc83a73d01

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;