Skip to content

Commit aa03f90

Browse files
committed
fix
1 parent 820991b commit aa03f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/scheme/index_info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ void TIndexInfo::Validate() const {
596596
}
597597
AFL_VERIFY(std::is_sorted(SchemaColumnIdsWithSpecials.begin(), SchemaColumnIdsWithSpecials.end()));
598598

599-
AFL_VERIFY(ColumnFeatures.size() == ColumnIdxSortedByName.size() + SpecialColumnsCount);
599+
AFL_VERIFY(ColumnFeatures.size() == ColumnIdxSortedByName.size());
600600
AFL_VERIFY(std::is_sorted(ColumnIdxSortedByName.begin(), ColumnIdxSortedByName.end(), [this](const ui32 lhs, const ui32 rhs) {
601601
return CompareColumnIdxByName(lhs, rhs);
602602
}));

0 commit comments

Comments
 (0)