Skip to content

Commit

Permalink
[fix] Enable ColumnsWithDefault for test. (#6810)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherednik authored Jul 18, 2024
1 parent ef60ef3 commit 1a59bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/kqp/ut/yql/kqp_yql_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ Y_UNIT_TEST_SUITE(KqpYql) {
Y_UNIT_TEST(TestUuidDefaultColumn) {
NKikimrConfig::TAppConfig appConfig;
appConfig.MutableTableServiceConfig()->SetEnablePreparedDdl(true);
appConfig.MutableTableServiceConfig()->SetEnableColumnsWithDefault(true);
auto setting = NKikimrKqp::TKqpSetting();
auto serverSettings = TKikimrSettings()
.SetAppConfig(appConfig)
Expand Down

0 comments on commit 1a59bb5

Please sign in to comment.