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 0e953e0 commit db28c16Copy full SHA for db28c16
ydb/core/tx/columnshard/normalizer/portion/restore_v1_chunks.cpp
@@ -159,9 +159,7 @@ TConclusion<std::vector<INormalizerTask::TPtr>> TNormalizer::DoInit(
159
while (!rowset.EndOfSet()) {
160
TPortionLoadContext portion(rowset);
161
existPortions0.emplace(portion.GetPortionId());
162
- if (!portion.GetMetaProto().BlobIdsSize()) {
163
- AFL_VERIFY(portions0.emplace(portion.GetPortionId(), portion).second);
164
- }
+ AFL_VERIFY(portions0.emplace(portion.GetPortionId(), portion).second);
165
166
if (!rowset.Next()) {
167
return TConclusionStatus::Fail("Not ready");
0 commit comments