File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1520,7 +1520,11 @@ Y_UNIT_TEST_SUITE(KqpOlap) {
1520
1520
1521
1521
// Unit tests for datetime pushdowns in query service
1522
1522
Y_UNIT_TEST (PredicatePushdown_Datetime_QS) {
1523
+ NKikimrConfig::TAppConfig appConfig;
1524
+ appConfig.MutableTableServiceConfig ()->SetEnableOlapSink (true );
1525
+ appConfig.MutableTableServiceConfig ()->SetAllowOlapDataQuery (true );
1523
1526
auto settings = TKikimrSettings ()
1527
+ .SetAppConfig (appConfig)
1524
1528
.SetWithSampleTables (false );
1525
1529
TKikimrRunner kikimr (settings);
1526
1530
@@ -1635,7 +1639,11 @@ Y_UNIT_TEST_SUITE(KqpOlap) {
1635
1639
1636
1640
// Unit tests for datetime pushdowns in scan query
1637
1641
Y_UNIT_TEST (PredicatePushdown_Datetime_SQ) {
1642
+ NKikimrConfig::TAppConfig appConfig;
1643
+ appConfig.MutableTableServiceConfig ()->SetEnableOlapSink (true );
1644
+ appConfig.MutableTableServiceConfig ()->SetAllowOlapDataQuery (true );
1638
1645
auto settings = TKikimrSettings ()
1646
+ .SetAppConfig (appConfig)
1639
1647
.SetWithSampleTables (false );
1640
1648
TKikimrRunner kikimr (settings);
1641
1649
You can’t perform that action at this time.
0 commit comments