Skip to content

Commit a92f682

Browse files
committed
fix
1 parent cbdf183 commit a92f682

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
@@ -2683,7 +2683,8 @@ Y_UNIT_TEST_SUITE(KqpQuery) {
26832683
appConfig.MutableTableServiceConfig()->SetEnablePerStatementQueryExecution(true);
26842684
auto settings = TKikimrSettings()
26852685
.SetAppConfig(appConfig)
2686-
.SetWithSampleTables(false);
2686+
.SetWithSampleTables(false)
2687+
.SetEnableTempTables(true);
26872688
TKikimrRunner kikimr(settings);
26882689

26892690
Tests::NCommon::TLoggerInit(kikimr).SetComponents({ NKikimrServices::TX_COLUMNSHARD }, "CS").Initialize();

0 commit comments

Comments
 (0)