Skip to content

Commit 7373848

Browse files
fix
1 parent 96778b4 commit 7373848

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
@@ -137,7 +137,7 @@ std::vector<NKikimr::NOlap::TWritePortionInfoWithBlobsResult> TMerger::Execute(c
137137
TGeneralSerializedSlice slice(dataWithSecondary.GetExternalData(), schemaDetails, Context.Counters.SplitterCounters);
138138

139139
auto b = batchResult->Slice(recordIdx, slice.GetRecordsCount());
140-
const ui32 deletionsCount = IIndexInfo::CalcDeletions(b, true);
140+
const ui32 deletionsCount = IIndexInfo::CalcDeletions(b, false);
141141
auto constructor = TWritePortionInfoWithBlobsConstructor::BuildByBlobs(slice.GroupChunksByBlobs(groups),
142142
dataWithSecondary.GetSecondaryInplaceData(), pathId, resultFiltered->GetVersion(), resultFiltered->GetSnapshot(),
143143
SaverContext.GetStoragesManager());

0 commit comments

Comments
 (0)