We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdf183 commit a92f682Copy full SHA for a92f682
ydb/core/kqp/ut/query/kqp_query_ut.cpp
@@ -2683,7 +2683,8 @@ Y_UNIT_TEST_SUITE(KqpQuery) {
2683
appConfig.MutableTableServiceConfig()->SetEnablePerStatementQueryExecution(true);
2684
auto settings = TKikimrSettings()
2685
.SetAppConfig(appConfig)
2686
- .SetWithSampleTables(false);
+ .SetWithSampleTables(false)
2687
+ .SetEnableTempTables(true);
2688
TKikimrRunner kikimr(settings);
2689
2690
Tests::NCommon::TLoggerInit(kikimr).SetComponents({ NKikimrServices::TX_COLUMNSHARD }, "CS").Initialize();
0 commit comments