Skip to content

Commit

Permalink
fix dedup normalizer (#9849)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored and zverevgeny committed Jan 23, 2025
1 parent 6d10a7a commit 7c19e88
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7c19e88

Please sign in to comment.