Skip to content

Commit 4e7acfc

Browse files
Merge 4b87d8b into cfbb87c
2 parents cfbb87c + 4b87d8b commit 4e7acfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/tx/columnshard/normalizer/insert_table/broken_dedup.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ TConclusion<std::vector<INormalizerTask::TPtr>> TInsertionsDedupNormalizer::DoIn
9393
if (constructor.GetRecType() == NColumnShard::Schema::EInsertTableIds::Committed) {
9494
AFL_VERIFY(constructor.GetPlanStep());
9595
} else {
96-
AFL_VERIFY(!constructor.GetPlanStep());
9796
if (constructor.GetRecType() == NColumnShard::Schema::EInsertTableIds::Aborted) {
9897
insertions[constructor.GetInsertWriteId()].SetAborted(constructor);
9998
} else if (constructor.GetRecType() == NColumnShard::Schema::EInsertTableIds::Inserted) {

0 commit comments

Comments
 (0)