Skip to content

Commit db28c16

Browse files
authored
restore all v1 chunks in normalizer (#21610)
1 parent 0e953e0 commit db28c16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ydb/core/tx/columnshard/normalizer/portion/restore_v1_chunks.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ TConclusion<std::vector<INormalizerTask::TPtr>> TNormalizer::DoInit(
159159
while (!rowset.EndOfSet()) {
160160
TPortionLoadContext portion(rowset);
161161
existPortions0.emplace(portion.GetPortionId());
162-
if (!portion.GetMetaProto().BlobIdsSize()) {
163-
AFL_VERIFY(portions0.emplace(portion.GetPortionId(), portion).second);
164-
}
162+
AFL_VERIFY(portions0.emplace(portion.GetPortionId(), portion).second);
165163

166164
if (!rowset.Next()) {
167165
return TConclusionStatus::Fail("Not ready");

0 commit comments

Comments
 (0)