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.
1 parent 855f39a commit 06c6c66Copy full SHA for 06c6c66
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