[CP] [CP] fix fuse row cache problem

This commit is contained in:
chaser-ch
2022-07-20 11:28:55 +08:00
committed by wangzelin.wzl
parent 913838f920
commit e1972c561a

View File

@ -203,6 +203,12 @@ int ObSingleMerge::inner_get_next_row(ObStoreRow& row)
}
}
}
if (OB_SUCC(ret)) {
if (found_row_cache && end_table_idx == 0) {
handle_.reset();
found_row_cache = false;
}
}
}
}