We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d144be6 commit 6c6f396Copy full SHA for 6c6f396
ydb/core/tx/schemeshard/ut_split_merge/ut_split_merge.cpp
@@ -299,7 +299,7 @@ Y_UNIT_TEST_SUITE(TSchemeShardSplitBySizeTest) {
299
IndexDescription {
300
Name: "ByValue"
301
KeyColumnNames: ["value"]
302
- IndexImplTableDescriptions {
+ IndexImplTableDescription {
303
SplitBoundary { KeyPrefix { Tuple { Optional { Text: "A" } } } }
304
SplitBoundary { KeyPrefix { Tuple { Optional { Text: "B" } } } }
305
SplitBoundary { KeyPrefix { Tuple { Optional { Text: "C" } } } }
0 commit comments