ivanmorozov333 5 месяцев назад
Родитель
Сommit
06c6c6616b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      ydb/core/tx/columnshard/normalizer/insert_table/broken_dedup.cpp

+ 0 - 1
ydb/core/tx/columnshard/normalizer/insert_table/broken_dedup.cpp

@@ -93,7 +93,6 @@ TConclusion<std::vector<INormalizerTask::TPtr>> TInsertionsDedupNormalizer::DoIn
         if (constructor.GetRecType() == NColumnShard::Schema::EInsertTableIds::Committed) {
             AFL_VERIFY(constructor.GetPlanStep());
         } else {
-            AFL_VERIFY(!constructor.GetPlanStep());
             if (constructor.GetRecType() == NColumnShard::Schema::EInsertTableIds::Aborted) {
                 insertions[constructor.GetInsertWriteId()].SetAborted(constructor);
             } else if (constructor.GetRecType() == NColumnShard::Schema::EInsertTableIds::Inserted) {