Skip to content

Commit a84fcc2

Browse files
authored
fix (#20686)
1 parent 576c1b6 commit a84fcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/portions/data_accessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ TPortionDataAccessor::TPreparedBatchData PrepareForAssembleImpl(const TPortionDa
3737
if ((it == portionData.GetRecordsVerified().end() || i < it->GetColumnId())) {
3838
if (restoreAbsent || IIndexInfo::IsSpecialColumn(i)) {
3939
columns.emplace_back(rowsCount, dataSchema.GetColumnLoaderOptional(i), resultSchema.GetColumnLoaderVerified(i));
40+
portionInfo.FillDefaultColumn(columns.back(), defaultSnapshot);
4041
}
41-
portionInfo.FillDefaultColumn(columns.back(), defaultSnapshot);
4242
}
4343
if (it == portionData.GetRecordsVerified().end()) {
4444
continue;

0 commit comments

Comments
 (0)