Skip to content

Commit 169396f

Browse files
author
Pavel Velikhov
committed
Updated ut with settings due to divergence
1 parent 4d0fba9 commit 169396f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,11 @@ Y_UNIT_TEST_SUITE(KqpOlap) {
15201520

15211521
// Unit tests for datetime pushdowns in query service
15221522
Y_UNIT_TEST(PredicatePushdown_Datetime_QS) {
1523+
NKikimrConfig::TAppConfig appConfig;
1524+
appConfig.MutableTableServiceConfig()->SetEnableOlapSink(true);
1525+
appConfig.MutableTableServiceConfig()->SetAllowOlapDataQuery(true);
15231526
auto settings = TKikimrSettings()
1527+
.SetAppConfig(appConfig)
15241528
.SetWithSampleTables(false);
15251529
TKikimrRunner kikimr(settings);
15261530

@@ -1635,7 +1639,11 @@ Y_UNIT_TEST_SUITE(KqpOlap) {
16351639

16361640
// Unit tests for datetime pushdowns in scan query
16371641
Y_UNIT_TEST(PredicatePushdown_Datetime_SQ) {
1642+
NKikimrConfig::TAppConfig appConfig;
1643+
appConfig.MutableTableServiceConfig()->SetEnableOlapSink(true);
1644+
appConfig.MutableTableServiceConfig()->SetAllowOlapDataQuery(true);
16381645
auto settings = TKikimrSettings()
1646+
.SetAppConfig(appConfig)
16391647
.SetWithSampleTables(false);
16401648
TKikimrRunner kikimr(settings);
16411649

0 commit comments

Comments
 (0)