fix direct_load array

This commit is contained in:
renju96 2024-03-14 06:45:39 +00:00 committed by ob-robot
parent e2fbbf12f4
commit eb197925b7

View File

@ -1129,10 +1129,10 @@ int ObDirectLoadSliceWriter::fill_aggregated_column_group(
LOG_WARN("append row failed", K(ret), KPC(stored_row));
}
}
if (OB_SUCC(ret)) {
if (OB_FAIL(datum_stores.push_back(cur_datum_store))) {
LOG_WARN("fail to push datum store", K(ret));
}
}
if (OB_SUCC(ret)) {
if (OB_FAIL(datum_stores.push_back(cur_datum_store))) {
LOG_WARN("fail to push datum store", K(ret));
}
}
}