Skip to content

Commit 06c6c66

Browse files
fix dedup normalizer (#9849)
1 parent 855f39a commit 06c6c66

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)