Skip to content

Commit f6693b7

Browse files
committed
turn EnableOlapSink on for ut GroupByWithMakeDatetime
1 parent 7de9c1e commit f6693b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3889,8 +3889,11 @@ Y_UNIT_TEST_SUITE(KqpOlap) {
38893889
}
38903890

38913891
Y_UNIT_TEST(GroupByWithMakeDatetime) {
3892+
NKikimrConfig::TAppConfig appConfig;
3893+
appConfig.MutableTableServiceConfig()->SetEnableOlapSink(true);
38923894
auto settings = TKikimrSettings()
3893-
.SetWithSampleTables(false);
3895+
.SetWithSampleTables(false)
3896+
.SetAppConfig(appConfig);
38943897
TKikimrRunner kikimr(settings);
38953898

38963899
auto tableClient = kikimr.GetTableClient();

0 commit comments

Comments
 (0)