Skip to content

Commit 1a59bb5

Browse files
authored
[fix] Enable ColumnsWithDefault for test. (#6810)
1 parent ef60ef3 commit 1a59bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/kqp/ut/yql/kqp_yql_ut.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ Y_UNIT_TEST_SUITE(KqpYql) {
800800
Y_UNIT_TEST(TestUuidDefaultColumn) {
801801
NKikimrConfig::TAppConfig appConfig;
802802
appConfig.MutableTableServiceConfig()->SetEnablePreparedDdl(true);
803+
appConfig.MutableTableServiceConfig()->SetEnableColumnsWithDefault(true);
803804
auto setting = NKikimrKqp::TKqpSetting();
804805
auto serverSettings = TKikimrSettings()
805806
.SetAppConfig(appConfig)

0 commit comments

Comments
 (0)