File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ message TFeatureFlags {
104
104
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true ];
105
105
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false ];
106
106
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false ];
107
- optional bool EnableScriptExecutionOperations = 92 [default = false ];
107
+ optional bool EnableScriptExecutionOperations = 92 [default = true ];
108
108
optional bool EnableImplicitQueryParameterTypes = 93 [default = false ];
109
109
optional bool EnableForceImmediateEffectsExecution = 94 [default = false ];
110
110
optional bool EnableTopicSplitMerge = 95 [default = false ];
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ message TTableServiceConfig {
234
234
optional bool EnablePredicateExtractForDataQueries = 37 [default = true ];
235
235
optional bool EnableKqpImmediateEffects = 38 [default = true ];
236
236
optional bool EnableSequentialReads = 39 [default = true ];
237
- optional bool EnablePreparedDdl = 42 [default = false ];
237
+ optional bool EnablePreparedDdl = 42 [default = true ];
238
238
optional bool EnableSequences = 43 [default = false ];
239
239
optional bool EnableAsyncComputationPatternCompilation = 48 [default = true ];
240
240
optional TCompileComputationPatternServiceConfig CompileComputationPatternServiceConfig = 47 ;
You can’t perform that action at this time.
0 commit comments