fix sample block
This commit is contained in:
@ -393,6 +393,7 @@ int ObBlockSampleRangeIterator::init_and_push_endkey_iterator(ObGetTableParam &g
|
|||||||
ret = OB_INVALID_ARGUMENT;
|
ret = OB_INVALID_ARGUMENT;
|
||||||
STORAGE_LOG(WARN, "Invalid argument", K(get_table_param));
|
STORAGE_LOG(WARN, "Invalid argument", K(get_table_param));
|
||||||
} else {
|
} else {
|
||||||
|
get_table_param.tablet_iter_.table_iter()->resume();
|
||||||
while (OB_SUCC(ret)) {
|
while (OB_SUCC(ret)) {
|
||||||
void *buf = nullptr;
|
void *buf = nullptr;
|
||||||
ObITable *table = nullptr;
|
ObITable *table = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user