fix direct_load array
This commit is contained in:
@ -1129,13 +1129,13 @@ int ObDirectLoadSliceWriter::fill_aggregated_column_group(
|
|||||||
LOG_WARN("append row failed", K(ret), KPC(stored_row));
|
LOG_WARN("append row failed", K(ret), KPC(stored_row));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (OB_SUCC(ret)) {
|
if (OB_SUCC(ret)) {
|
||||||
if (OB_FAIL(datum_stores.push_back(cur_datum_store))) {
|
if (OB_FAIL(datum_stores.push_back(cur_datum_store))) {
|
||||||
LOG_WARN("fail to push datum store", K(ret));
|
LOG_WARN("fail to push datum store", K(ret));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user