[CP] [BUG.FIX] fix -4002 issue using batch insert

This commit is contained in:
Tyshawn 2024-05-24 04:33:14 +00:00 committed by ob-robot
parent a9c2c92acb
commit c1584fc288

View File

@ -2733,6 +2733,8 @@ int ObLSTabletService::insert_rows(
tbl_rows[i].flag_.set_flag(ObDmlFlag::DF_INSERT);
}
}
} else if (tbl_rows != static_cast<ObStoreRow *>(ptr)) {
tbl_rows = static_cast<ObStoreRow *>(ptr);
}
if (OB_FAIL(ret)) {