fix sample block

This commit is contained in:
XIAO-HOU
2023-11-08 02:39:19 +00:00
committed by ob-robot
parent ec404798ef
commit 2fec019b4b

View File

@ -393,6 +393,7 @@ int ObBlockSampleRangeIterator::init_and_push_endkey_iterator(ObGetTableParam &g
ret = OB_INVALID_ARGUMENT;
STORAGE_LOG(WARN, "Invalid argument", K(get_table_param));
} else {
get_table_param.tablet_iter_.table_iter()->resume();
while (OB_SUCC(ret)) {
void *buf = nullptr;
ObITable *table = nullptr;