We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfbb87c + 4b87d8b commit 4e7acfcCopy full SHA for 4e7acfc
ydb/core/tx/columnshard/normalizer/insert_table/broken_dedup.cpp
@@ -93,7 +93,6 @@ TConclusion<std::vector<INormalizerTask::TPtr>> TInsertionsDedupNormalizer::DoIn
93
if (constructor.GetRecType() == NColumnShard::Schema::EInsertTableIds::Committed) {
94
AFL_VERIFY(constructor.GetPlanStep());
95
} else {
96
- AFL_VERIFY(!constructor.GetPlanStep());
97
if (constructor.GetRecType() == NColumnShard::Schema::EInsertTableIds::Aborted) {
98
insertions[constructor.GetInsertWriteId()].SetAborted(constructor);
99
} else if (constructor.GetRecType() == NColumnShard::Schema::EInsertTableIds::Inserted) {
0 commit comments