Not reuse lob locator in micro scanner

This commit is contained in:
DengzhiLiu
2024-02-10 05:45:38 +00:00
committed by ob-robot
parent 0008468953
commit 0e83fd7f22
2 changed files with 1 additions and 4 deletions

View File

@ -492,9 +492,6 @@ int fill_exprs_lob_locator(
STORAGE_LOG(WARN, "Unexpected param", K(ret), K(col_param.get_meta_type()),
K(context.lob_locator_helper_), K(expr.get_format(eval_ctx)));
} else {
if (0 == vector_offset) {
context.lob_locator_helper_->reuse();
}
ObDiscreteFormat *discrete_format = static_cast<ObDiscreteFormat *>(expr.get_vector(eval_ctx));
ObDatum datum;
ObLength length;