fix direct_load array
This commit is contained in:
parent
e2fbbf12f4
commit
eb197925b7
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user