fix prepare new row problem

This commit is contained in:
chaser-ch 2023-05-11 15:46:26 +00:00 committed by ob-robot
parent 6847667b69
commit 94004732ee

View File

@ -370,6 +370,7 @@ int ObDatumRow::prepare_new_row(const ObIArray<share::schema::ObColDesc> &out_co
int ret = OB_SUCCESS;
if (OB_UNLIKELY(!is_valid())) {
ret = OB_NOT_INIT;
STORAGE_LOG(WARN, "ObDatumRow is not inited", K(ret), K(*this));
} else if (OB_UNLIKELY(out_cols.count() < count_)) {
ret = OB_INVALID_ARGUMENT;