Skip to content

Commit 9f997e3

Browse files
committed
fix
1 parent 5029403 commit 9f997e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/kqp/ut/query/kqp_query_ut.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2646,7 +2646,8 @@ Y_UNIT_TEST_SUITE(KqpQuery) {
26462646
appConfig.MutableTableServiceConfig()->SetEnableCreateTableAs(true);
26472647
auto settings = TKikimrSettings()
26482648
.SetAppConfig(appConfig)
2649-
.SetWithSampleTables(true);
2649+
.SetWithSampleTables(true)
2650+
.SetEnableTempTables(true);
26502651

26512652
TKikimrRunner kikimr(settings);
26522653
auto client = kikimr.GetQueryClient();

0 commit comments

Comments
 (0)