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 ef60ef3 commit 1a59bb5Copy full SHA for 1a59bb5
ydb/core/kqp/ut/yql/kqp_yql_ut.cpp
@@ -800,6 +800,7 @@ Y_UNIT_TEST_SUITE(KqpYql) {
800
Y_UNIT_TEST(TestUuidDefaultColumn) {
801
NKikimrConfig::TAppConfig appConfig;
802
appConfig.MutableTableServiceConfig()->SetEnablePreparedDdl(true);
803
+ appConfig.MutableTableServiceConfig()->SetEnableColumnsWithDefault(true);
804
auto setting = NKikimrKqp::TKqpSetting();
805
auto serverSettings = TKikimrSettings()
806
.SetAppConfig(appConfig)
0 commit comments