Skip to content

Commit 21b8e36

Browse files
committed
schemeshard, ut_vector_index: cleanup include headers
1 parent 1d04d68 commit 21b8e36

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

ydb/core/tx/schemeshard/ut_index/ut_vector_index.cpp

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
#include <ydb/core/base/path.h>
21
#include <ydb/core/base/table_vector_index.h>
3-
#include <ydb/core/change_exchange/change_exchange.h>
4-
#include <ydb/core/scheme/scheme_tablecell.h>
5-
#include <ydb/core/tx/schemeshard/schemeshard_utils.h>
2+
#include <ydb/core/base/table_index.h>
3+
64
#include <ydb/core/tx/schemeshard/ut_helpers/helpers.h>
7-
#include <ydb/core/tx/schemeshard/ut_helpers/test_with_reboots.h>
8-
#include <ydb/core/testlib/tablet_helpers.h>
9-
#include <ydb/public/lib/deprecated/kicli/kicli.h>
5+
#include <ydb/core/tx/schemeshard/schemeshard_utils.h>
106

117

128
using namespace NKikimr;
@@ -62,8 +58,8 @@ Y_UNIT_TEST_SUITE(TVectorIndexTests) {
6258

6359
TVector<ui64> dropTxIds;
6460
TestDropTable(runtime, dropTxIds.emplace_back(++txId), "/MyRoot", "vectors");
65-
env.TestWaitNotification(runtime, dropTxIds);
66-
}
61+
env.TestWaitNotification(runtime, dropTxIds);
62+
}
6763

6864
Y_UNIT_TEST(CreateTableCoveredEmbedding) {
6965
TTestBasicRuntime runtime;
@@ -151,7 +147,7 @@ Y_UNIT_TEST_SUITE(TVectorIndexTests) {
151147
TestDescribeResult(DescribePrivatePath(runtime, "/MyRoot/vectors/idx_vector/indexImplPostingTable"),
152148
{ NLs::PathExist,
153149
NLs::CheckColumns(PostingTable, {PostingTable_ParentColumn, "id1", "id2", "covered1", "covered2"}, {}, {PostingTable_ParentColumn, "id1", "id2"}, true) });
154-
}
150+
}
155151

156152
Y_UNIT_TEST(VectorKmeansTreePostingImplTable) {
157153
// partition
@@ -218,5 +214,5 @@ Y_UNIT_TEST_SUITE(TVectorIndexTests) {
218214
VectorIndexKmeansTreeDescription: { Settings: { settings: { metric: DISTANCE_COSINE, vector_type: VECTOR_TYPE_FLOAT, vector_dimension: 1024 } } }
219215
}
220216
)", {NKikimrScheme::StatusInvalidParameter});
221-
}
217+
}
222218
}

0 commit comments

Comments
 (0)