Skip to content

Commit 6d1c7a8

Browse files
author
kst-morozov
committed
test
1 parent 9a778e0 commit 6d1c7a8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ydb/core/kqp/ut/olap/kqp_olap_stats_ut.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#include <ydb/core/kqp/ut/common/kqp_ut_common.h>
22
#include <ydb/core/kqp/ut/common/columnshard.h>
3+
4+
5+
6+
7+
38
#include <ydb/core/tx/columnshard/hooks/testing/controller.h>
49
#include <ydb/core/testlib/common_helper.h>
510

@@ -14,10 +19,7 @@ Y_UNIT_TEST_SUITE(KqpOlapStats) {
1419
constexpr size_t tables_in_store = 1000;
1520
constexpr size_t size_single_table = 13152;
1621

17-
const TVector<TTestHelper::TColumnSchema> schema = {
18-
TTestHelper::TColumnSchema().SetName("id").SetType(NScheme::NTypeIds::Int32).SetNullable(false),
19-
TTestHelper::TColumnSchema().SetName("resource_id").SetType(NScheme::NTypeIds::Utf8),
20-
TTestHelper::TColumnSchema().SetName("level").SetType(NScheme::NTypeIds::Int32)
22+
const TVector<TTestHelper::TColumnSchema> schema = {TTestHelper::TColumnSchema().SetName("id").SetType(NScheme::NTypeIds::Int32).SetNullable(false),TTestHelper::TColumnSchema().SetName("resource_id").SetType(NScheme::NTypeIds::Utf8),TTestHelper::TColumnSchema().SetName("level").SetType(NScheme::NTypeIds::Int32)
2123
};
2224

2325
class TOlapStatsController: public NYDBTest::NColumnShard::TController {

0 commit comments

Comments
 (0)