We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576c1b6 commit a84fcc2Copy full SHA for a84fcc2
ydb/core/tx/columnshard/engines/portions/data_accessor.cpp
@@ -37,8 +37,8 @@ TPortionDataAccessor::TPreparedBatchData PrepareForAssembleImpl(const TPortionDa
37
if ((it == portionData.GetRecordsVerified().end() || i < it->GetColumnId())) {
38
if (restoreAbsent || IIndexInfo::IsSpecialColumn(i)) {
39
columns.emplace_back(rowsCount, dataSchema.GetColumnLoaderOptional(i), resultSchema.GetColumnLoaderVerified(i));
40
+ portionInfo.FillDefaultColumn(columns.back(), defaultSnapshot);
41
}
- portionInfo.FillDefaultColumn(columns.back(), defaultSnapshot);
42
43
if (it == portionData.GetRecordsVerified().end()) {
44
continue;
0 commit comments