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 f6d44ee commit a1bc96cCopy full SHA for a1bc96c
ydb/core/tx/columnshard/engines/scheme/versions/abstract_scheme.cpp
@@ -117,7 +117,7 @@ TConclusion<std::shared_ptr<arrow::RecordBatch>> ISnapshotSchema::PrepareForModi
117
switch (mType) {
118
case NEvWrite::EModificationType::Replace:
119
case NEvWrite::EModificationType::Upsert: {
120
- AFL_VERIFY(batch->num_columns() <= dstSchema->num_fields());
+ AFL_VERIFY(batch->num_columns() <= dstSchema->num_fields());
121
if (batch->num_columns() < dstSchema->num_fields()) {
122
for (auto&& f : dstSchema->fields()) {
123
if (GetIndexInfo().IsNullableVerified(f->name())) {
0 commit comments