diff --git a/ydb/core/tx/columnshard/normalizer/insert_table/broken_dedup.cpp b/ydb/core/tx/columnshard/normalizer/insert_table/broken_dedup.cpp index 5a0934261879..b1e1ed58d043 100644 --- a/ydb/core/tx/columnshard/normalizer/insert_table/broken_dedup.cpp +++ b/ydb/core/tx/columnshard/normalizer/insert_table/broken_dedup.cpp @@ -93,7 +93,6 @@ TConclusion> 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) {