File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ TKikimrRunner::TKikimrRunner(const TKikimrSettings& settings) {
122
122
appConfig.MutableColumnShardConfig ()->SetDisabledOnSchemeShard (false );
123
123
ServerSettings->SetAppConfig (appConfig);
124
124
ServerSettings->SetFeatureFlags (settings.FeatureFlags );
125
- ServerSettings->FeatureFlags .SetEnableImmediateWritingOnBulkUpsert (true );
126
125
ServerSettings->SetNodeCount (settings.NodeCount );
127
126
ServerSettings->SetEnableKqpSpilling (enableSpilling);
128
127
ServerSettings->SetEnableDataColumnForIndexTable (true );
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ message TFeatureFlags {
157
157
optional bool EnableExternalDataSourcesOnServerless = 143 [default = true ];
158
158
optional bool EnableSparsedColumns = 144 [default = false ];
159
159
optional bool EnableParameterizedDecimal = 145 [default = false ];
160
- optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = false ];
160
+ optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = true ];
161
161
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false ];
162
162
optional bool EnableDriveSerialsDiscovery = 152 [default = false ];
163
163
optional bool EnableScaleRecommender = 157 [default = true ];
You can’t perform that action at this time.
0 commit comments