Skip to content

Commit 96778b4

Browse files
fix
1 parent c94e8b1 commit 96778b4

File tree

1 file changed

+1
-1
lines changed
  • ydb/core/tx/columnshard/engines/changes/compaction

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/changes/compaction/merger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ std::vector<NKikimr::NOlap::TWritePortionInfoWithBlobsResult> TMerger::Execute(c
2020
arrow::FieldVector indexFields;
2121
indexFields.emplace_back(IColumnMerger::PortionIdField);
2222
indexFields.emplace_back(IColumnMerger::PortionRecordIndexField);
23-
IIndexInfo::AddSpecialFields(indexFields);
23+
IIndexInfo::AddSnapshotFields(indexFields);
2424
auto dataSchema = std::make_shared<arrow::Schema>(indexFields);
2525
NArrow::NMerger::TMergePartialStream mergeStream(
2626
resultFiltered->GetIndexInfo().GetReplaceKey(), dataSchema, false, IIndexInfo::GetSnapshotColumnNames());

0 commit comments

Comments
 (0)